- Click Start
- Click Programs
- Click Accessories
- Click Notepad
- 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>
- When
finished with the web page (remember to have five active links), save the
document.
- Within
notepad, click File.
- Click Save
As.
- Select
File location (3 1/2 “ floppy).
- Change ”Save as type” to “All Files (*.*)”.
- Enter
“File name” of “My Web.html”.
- Click Save.