Web Design Vocabulary 

Nancy.N

Memorial High School 


  • HTML cheat sheet 

    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 - BGCOLOR

< 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 - ALIGN

< I > - format the text using italics

< B > - format the text with boldface

< UL > - create an unordered list 

< OL > - create an orderd list 

< LI > - specify a list team 

< FONT > - specify font characteristics - FACE , COLOR

< A > - designate a hyperlink  - HREF , TARGET , NAME

< IMG > - designate an image  - SCR,ALT,HEIGHT,WIDTH,ALIGN,BORDER

< TABLE > - designate an HTML table - BORDER, WIDTH, CELLPADDING, CELLSPACING 

< TR > - designate a table row - BGCOLOR

< TD > - designate a table cell - COLSPAN, ALIGN, VALIGN, BGCOLOR, ROWSPAN

< TH > - designate a table heading

< FRAMESET > - designate a frames page - COLS ROWS

< FRAME > - designate a frame within a frames page - SRC, NAME

< NO FRAMES > Designate a code that will be displayed if frames are not supported 

< FORM > - designate the start of a form - ACTION , METHOD

< INPUT > - Designate a form element - NAME , TYPE , METHOD

< SELECT > -  designate a pull-down menu - NAME 

< OPTION > - designate an item in pull-down menu - VALUE 

< TEXTAREA >- Desigante a text area to insert text - NAME , ROWS , COLS