<class home>  <html part I>   <back   next>

Writing html

html tag (optional, but is helps us know what kind of document it is)

The first thing you need to type in is the <html> tag. It identifies the contents of your text document as html code. Be sure to put in the end </html> tag. And leave some space in between the two.

Save this file in the folder you made, if you made an html folder inside that folder, save it in there.