Bill Kennelly's HTML Tag Reference
UNIVERSAL ATTRIBUTES
Description
The following attributes can be used with almost all tags inside the BODY of the document.
Syntax
<....CLASS="styleClass" LANG="ISO" ID="namedPlaceOrStyle" STYLE="style"....>
Attributes
CLASS specifies the style class to be used by this element. The styles are defined in the <STYLE> tag in the document's header, or in a separate style sheet file.
LANG specifies the language of the text element in the HTML file.
ID has two possible meanings:
  • The ID attribute can mark a place in the document in the same way that <A NAME> marks a place.
  • The ID attribute can also specify a named style for this element to use.
STYLE specifies a style for a specific element.

Tag Ref. A-ZBill Kennelly ©1999 - 2000Tag Groups