BIG (Big Font) TAG and ATTRIBUTES

<BIG></BIG>

This element indicates that the enclosed text should be displayed in a larger font relative to the current font. This element can be applied <BIG><BIG><BIG>multiple times </BIG></BIG></BIG> 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