SMALL (Small Text) TAG and ATTRIBUTES

<SMALL></SMALL>

This element renders the enclosed text one font size smaller than the document's base font size unless it is already set to the smallest size. This element can be applied <SMALL><SMALL><SMALL>multiple times </SMALL></SMALL></SMALL> to make things even smaller.


ATTRIBUTES

CLASS = "class name(s)"
STYLE = "style information"

EVENTS

onclick
ondblclick
onkeydown
onkeypress
onkeyup
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup


CLASS  See Cascading Style Sheets (CSS) Information.

STYLE  See Cascading Style Sheets (CSS) information.

Back to Top