Web Design Vocabulary


Jaylon W.


  • 1
  • HTML Cheat Sheet

    3

< html >    Begin the HTLM page 

< head >   Begins the heading of the document 

< title >     Designate the title of the page 

< body >  Begins 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 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 a ordered list 

< li >     Specify a list item

< front > Specify front characteristics      FACE, COLOR

< a >       Designate a hyperlink        HREF, TARGET, NAME 

< img >   Designate an image         SRC, ALT, HEIGHT, WIDTH, ALIGN, BORDER

< table > Designate an HTLM 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 

< frame >  Designate a frame within 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 text  NAME, ROWS, COLS.