Web Design Vocabulary

Jeremy D. 

Memorial High School


  • HTML Cheat Sheet 

    3

  • Check Boxes: A form element that allows users to select more than one option from a given set of choices.
  • Container Tags: HTML tags that contain text; that is, they have a beginning and ending tag.
  • Empty Tags: HTML tags that do not contain text; that is, they do not have an ending tag.
  • Framset
  • HTML: Plain text codes that are used to designate attributes for a group of text .
  • Hyperlink:
  • Internal Link
  • Radio Buttons: A form element that allows users to select only one option from a given set of choices.
  • Source Code: The HTML code that is used to create a Web Page.
  • Querystring:  a pointer to a document somewhere on the web.

HTML Tag

Purpose

Attributes

<HTML>

Begin the HTML page

 

<HEAD>

Begin the heading of the document

 

<TITLE>

Designate 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 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>

Designate a hyperlink

HREF, TARGET, NAME

<IMG>

Designate an image

SRC, ALT, HEIGHT, 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>

Designate a frames page

COLS, ROWS

<NOFRAMES>

Designate a code that will be displayed if frames are not supported.

 

<FORMS>

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

<FRAME>

Designate a frame within a frames page

SRC, NAME