| <STRONG> | NN all IE all HTML all |
 |
| <STRONG>...</STRONG> | End Tag: Required |
| |
The STRONG
element is one of a large group of elements that the HTML 4.0
recommendation calls phrase elements. Such
elements assign structural meaning to a designated portion of the
document. A STRONG element is one that contains
text that indicates a stronger emphasis than the
EM element. Whereas an EM
element is typically rendered as italic text, a
STRONG element is generally rendered as boldface
text. This can be overridden with a style sheet as you see fit.
|
| |
Example
<P>Don't delay. <STRONG>Order today</STRONG> to get the maximum discount.
</P>
|
| |
Object Model Reference
| IE |
[window.]document.all.elementID |
|