Web Design Vocabulary


Ronald 

Memorial High School


  • HTML CHEAT SHEET

    3

< HTML > Begin the HTML page

< HEAD > Begin the heading of the document

< TITLE > Designated the title of the page

< BODY > Begin the body of the documents

< 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 an unordered list

< OL > Create an ordered list

< LI > Specify a list item

< FONT > Specify font charateristics 

< A > Designated a hyperlink

< IMG > Designated an image

< TABLE > Designated an HTML table

< TR > Designated a table row

< TD > Designated a table cell

< TH > Designated a table heading

< FRAMESET > Designated a frames page 

< FRAME > Designated a frame within a frames page

< NOFRAMES > Designated code that will be displayed if frames are not supported

< FORM > Designated the start of a form

< INPUT > Designated a form elements

< SELECT > Designated a pull down menu

< OPTION > Designated an item in a pull down menu

< TEXTAREA > Designated a text area to insert text