1. Click Start
  2. Click Programs
  3. Click Accessories
  4. Click Notepad
  5. Enter your hyper-text markup language (html).  See sample below.

 

Sample html

 

<html>

 

<h1> Welcome to my web page </h1>

 

<p>

 

Creating web pages is easy.  All you need to know is how to write html.  If you

would like some pointers, try <a href = “http://www.hotwired.com/webmonkey”>

Web monkey </a>.

 

<p>

 

</html>

 

  1. When finished with the web page (remember to have five active links), save the document.
  2. Within notepad, click File.
  3. Click Save As.
  4. Select File location (3 1/2 “ floppy).
  5. Change ”Save as type” to “All Files (*.*)”.
  6. Enter “File name” of “My Web.html”.
  7. Click Save.