Open a text editor, like Notepad for this simple exercise. Try to enter the following text below and save it to the floppy under the name simple.htm.

<html>
<head>
<title>My First Web Page</title>
</head>
<body>
<h1>My Own Web Page</h1>
This is my first Web page.  It's nothing fancy yet, but it will be in time. 
<p>
It ought to be interesting to see how Netscape displays this,
because it doesn't look very exciting the way it is now.
</body>
</html>

Now use the Open File option in netscape to view your first Web page.