Web Design Vocabulary

Chrystian C.

Memorial High School


  • HTML CHEAT SHEET

    3

Begins the HTML page.

Begins the heading of the document.

Designate the title of the page.

Begin the body of the document. BGCOLOR

Format a level 1 heading

Format a level 2 heading

Format a level 3 heading

Format a level 4 heading

Format a level 5 heading
Format a level 6 heading


Add a line break

Set apart a group of text as a paragraph ALIGN

<I> Format the text using italics

<B> Format the text with boldface

<UL> Create and unordered list

<OL> Create and ordered 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, ALIGN, BORDER

<TABLE> Designate and 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> Designate a frames page COLS, ROWS

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

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

<FORM> Designate the start of a from ACTION, METHOD

<INPUT> Designate a form element NAME, TYPE, VALUE

<SELECT> Designate a pull-down menu VALUE

<OPTION> Designate and item in a pull-down menu VALUE
<TEXTAREA> Designate a text area to insert text NAME, ROWS, COLS