JSSTags.<tagName> (Property)

A JSS object corresponding to a single HTML tag.

Availability:

JavaScript - 1.2
Netscape - 4.0
Deprecated
Property/method value type:JSSTag object
JavaScript syntax:NmyDocument.classes.aClassName.aTagName
Argument list:aClassNameThe name of a style class
aTagNameThe name of an HTML tag

This object represents an HTML tag. However it is only available in Netscape 4.0 and is a means of access that ultimately leads to a Style object.

You can refer to a specific HTML tag name or you can use the value "all" to indicate that all HTML tags of any kind with the appropriate CLASS name will be affected.

This mechanism is radically different to and much more complex than the simple style property belonging to an Element object in MSIE.

From the value in this property, you would traverse the style tree down another level to find a style object with properties that directly affect the appearance of the document.

Warnings:

See also:JSSTags object