Open Notepad by going to Start => Programs => Accessories => Notepad.

(see note at end if you want to try NotePad++)


Using basic html tags

There are some html tags that are common to most html docs. Learn these now:

<html>
<head>
<title>Title of page</title>
</head>
<body>
<p>This is my first homepage</p>.
</body>
</html>


Using Notepad++

If you want to try an advanced version of Notepad, apps(G) drive ->

Go to Start->Computer->npp.6.8.8->

notepad++