< HTML >   begin the html page

< HEAD >    begin the heading of the document

< TITLE >   designate the title of the page

< BODY >    begin the body of the document

< H1 >    Format a level 1 heading

< H2 >    Format a level 2 heading

< H3 >    Format a level 3 heading

< H4 >    Format a level 4 heading               

< H5 >    Format a level 5 heading

< H6 >    Format a level 6 heading

< BR >    add a line break

< P >       set apart a group of text as a paragraph

< I >       format the text using italics               

< B >      format the text using italics

< UL >   create an unordered list

< OL >   create an ordered list

< LI >    specify a list item

< FONT >    specify font characteristics

< A >    designate a hyperlink

< IMG >    designate an image

< TABLE >    designate an HTML table

< TR >    designate a table row

< TD >    designate a table cell

< TH>     designate a table heading

< FRAMESET >     designate a table frames page

< FRAME >     designate a frame within a frames page

< NOFRAMES >    designate a code that will displayed frames are not supported