| CLASS |
| This attribute indicates the style 'class' applicable to the element to which it has been assigned, the style 'class' being a function of a style sheet. For example, assume the style class 'relaxed' includes text with a font size of 8, and the style class 'active' includes text with a font size of 12. Using the CLASS="relaxed" attribute with a element will cause the text within that element to be displayed with a font size of 8. Using the CLASS="active" attribute with a element will cause the text within that element to be displayed with a font size of 12. |
| syntax: |
| CLASS=" ... " |
| The HTML element(s) this attribute is used with are: |
A ABBR ACRONYM ADDRESS APPLET AREA B BASEFONT BDO BASESOUND BIG BLOCKQUOTE BODY BR BUTTON CAPTION CENTER CITE CODE COL COLGROUP DD DEL DFN DIR DIV DL DT EM EMBED FIELDSET FONT FORM FRAME FRAMESET H1 H2 H3 H4 H5 H6 HEAD HR I IFRAME IMG INPUT INS ISINDEX KBD LABEL LEGEND LI LINK LISTING MAP MARQUEE MENU NOBR NOFRAMES NOSCRIPT OBJECT OL OPTGROUP OPTION P PLAINTEXT PRE Q S SAMP SCRIPT SELECT SMALL SPAN STRIKE STRONG SUB SUP TABLE TBODY TD TEXTAREA TFOOT TH THEAD TR TT U UL VAR WBR XMP |