• Html Tags

    3

< 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 heading 1 

< H2 >  Format a level heading 2

< H3 >  Format a level heading 3

< H4 > Format a level heading 4

< H5 > Format a level heading 5 

< H6 >  Format a level heading 6 

< 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 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 frames page 

< FRAME >  Designate a frame within a frames page 

< NOFRAMES >  Designate code that will be displayed it frames are not supported 

< FORM > Designate the start of a form 

< INPUT > Designate a form element 

< SELECT > Designate a pull-down menu 

< OPTION > Designate an item in a pull-down menu 

< TEXTAREA > Designate a text area to insert text