STRONG TAG and ATTRIBUTES

<STRONG></STRONG>

This element indicates strongly emphasied text. It is usually rendered in a bold typeface. Voice browsers may state <STRONG> enclosed text in a different voice than text that is enclosed by <B>.


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