< 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 with boldface 

< UL > Create a unordered list'

< OL> Create an ordered list 

< LI > Specify a list item

< FONT > specify font chracteristics 

< A > designate a hyperlink 

< IMG > Designate A image 

< TABLE > designate an HTML table

< TR > designate a table row

< TD > designate a table cell

< TH > designate a table heading 

< FRAMESET > designate a frame page

< FRAME > designate a frame within a frames page 

< NOFRAMES > designate code that will be dispalyed if frames are not supported. 

< FORM > Designate the start of a form

< INPUT > designate a form element 

< OPTION > designate an item in a pull down menu

< TEXTAREA > designate a text area to insert text