WEB DESIGN VOCABULARY 


  • 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 the lever 1 heading

< H2 >        Formart the level 2 heading

< H3 >        Format the level 3 heading

< H4 >        Format the level 4 heading

< H5 >        Format the level 5 heading

< H6 >        Format the 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 urdered list

< OL >     Create an order 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,

TABLE > Designate an HTML table BORDER, WIDTH,CELL                           PADDING, CELSPACING

< TR >        Designate a table row BGCOLOR

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

< TH >        Designate a fratable heading

< FRAMESET > Designate a frames page COLS,ROWS

< FRAME > Designate a fram within a frames page SRC,                             NAME

< NOFRAMES > Designate cod that will be displayed if frames                             are not supported