Web design vocabulary

Alexis

 


  • HTML TAGS

    3

< HTML > begin the HTML page

< HEAD > begin the heading of the document

< TITLE > designate the title of the page 

< BODY > bring the body of the document  BGCOLOR

< HI > 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 undordered list

< OL > create an ordered list

< LI > specify a list item

< FONT > specify font characteristics  FACE, COLOR

< A > designate a hyperlink  HREF, TARGET, NAME

< IMG > designate an image  SRC, 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 wiithin a frame page SRC, NAME

< NOFRAMES > designate 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, VALUE

< SELECT > designate a pull-down menu  NAME

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

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