Web Design Vocabulary


Derrick P.

Memorial High School

Port Arthur Tx.


  • html cheat sheet

    3


< HTML > Begin the html page

< HEAD > Begin the heading of the document

< TITLE > Designate the title page

< BODY > Begin the body for 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 text using boldface

< UL >  Create a unordered list

< OL >  Create a ordered list

< LI >  Specify a list item

< FONT >  Specify font characteristics      FACE,COLOR

< A >  Designate a hyperlink     HERF,TARGET,NAME

< IMG >  Designate a image     SRC,ALT,HIGHT,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 >  desingnate a frames page       COLS,NAME

< FRAME >  designate a frame withen a frames page   SCR,

                                                                                       ROWS

< 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 the pull-down menu VALUE

< TEXTAREA > Designate a text area to insert text   NAMES,

                                                                            ROWS,COLS