Web Design Vocabulary

A. Medina

Memorial High School


  • HTML CHEAT SHEET

    3

< HTML >  -Begin the HTML page 

< HEAD > -Begin the heading of the document

< TITLE > -Deginate 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 boldface

< UL > -Creat an unordered list

< OL > -Creat 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 > -Dsignate a frames page

< FRAME > -Designate a frame within a frame page

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