Web design Vocabulary

David


  • Html tags

    3

< HTML > Begin the HTML page

< HEAD > Begin the heading of the document

< TITLE > Designated 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 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 using italics

< B > formatt the text using boldface

< UL > create and unordered list

< OL > create an ordered list

< LI > specify a list item 

< FONT > specify Font characteristics  FACe, Color

< A > designated a hyperlink HREF ,Target, NAME

< IMG > Designated an image SRC ,ALT HEight, Width, align, border

< Table > designate am HTML table  BORDER, Width, Cellpadding CellSpacing

< TR > Dessignate a table row  BGCOLOR

< TD > Designate a table cell   Colspan, align ,valign, bgcolor,rowspan

< TH > desginate a table  heading  

< Frameset > desgnate a frames page Cols, Rows

< Frame > Designated a frame within a frames 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  Name ,Rows,Cols