Click To Return Home...

clickity click click....

back  -  index  -  glossary frames  -  practice  -  theory  -  next

Reference List

Below is a list of tags and attributes that are covered in Let's Make Some HTML! Each is linked to a section of this site that pertains to the usage of the word in HTML. Since some attribute key words are used in several different ways depending on the element they are modifying, they may be listed more than once.

Elements
Elements are tags that can stand alone or contain attributes. They are listed in UPPER CASE.
Head Elements either define the head or can appear anywhere in the head of a document.
Body Elements either define the body or can appear anywhere in the body of a document.
There are two LEVELS of Elements:
BLOCK-LEVEL elements force a paragraph break.
TEXT-LEVEL elements do not force a paragraph break.
There are two kinds of elements within each level:
Container tags: require or optionally require a closing tag.
Non-container tags: Must not have a closing tag.
While most tags fall within the catagories listed above, we have added the following descriptive catagories:
Anchor Elements
Pertain to linking documents.
List Elements
Pertain to lists.
Table Elements
Pertain to tables or tabular data.
Phrase Elements
Pertain to the context, or specific usage, of sections of text.
Text Elements
Text-Level Elements that specifically pertain to the appearance, or style, of sections of text.
Block Elements
Block-Level Elements that specifically pertain to larger sections of text.
Attributes
Attributes are used to modify elements and do not stand alone. They are listed in lower case.


clickity click click....

back  -  index  -  glossary frames  -  practice  -  theory  -  next


To go to the Internet Playpen... FuzzyLu's Internet Playpen ©1996, 1997 FuzzyLu MultiMedia.
Let's Make Some HTML written and designed by Anthony Sadera, 1997.