Web Design Vocabulary

Maite C 

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 thebody 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 ordered list

< LI >-specify a list item

< FONT>-specify font characteristics-FACE,COLOR

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

< IMG >-designate an image-SRC,ALT,HEIGHT,WIDTH

< TABLE >-designate an HTML table

< TR >-designate a table row

< TD >-designate a table cell

< TH >-designate a table heading

< FRAMESET >-designate a frames page

< FRAME >-designate a frame within a frames page

< NONFRAMES >-designate code that will be displayed if frames are not supported

< FORM >-designate the start of a form

< INPUT >-designate a form element

< SELECT >-designate a pull-down menu

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

< TEXTAREA >-designate a text area to insert text