<strong> Description:
The <strong> element provides stronger emphasis for the enclosed text.
Most browsers tend to render <strong> in bold.
<strong> Web Browser Support:
- Netscape 2, 3, 4, 6, 7
- Mozilla 1
- Firefox 1
- Internet Explorer 2, 3, 4, 5, 6
- Opera 3, 4, 5, 6, 7, 8
- Safari 1
- WebTV/MSN TV
- AvantGo Palm OS
- AvantGo Windows CE
- HTML 3.2, 4.0
- XHTML 1.0: XHTML Text Module
<strong> Attributes:
- class (optional)
- dir (optional)
- id (optional)
- lang (optional)
- onclick (optional)
- ondblclick (optional)
- onkeydown (optional)
- onkeypress (optional)
- onkeyup (optional)
- onmousedown (optional)
- onmousstrongove (optional)
- onmouseout (optional)
- onmouseover (optional)
- onmouseup (optional)
- style (optional)
- title (optional)
<strong> End Tag:
</strong> REQUIREDContents:
CDATA Usually plain text. The following tags are valid within the <strong> tag:
a, abbr, acronym, applet, b, basefont, bdo, big, br, button, cite, code, dfn, strong, font, i, iframe, img, input, kbd, label, map, object, q, s, samp, script, select, small, span, strike, strong, sub, sup, textarea, tt, u, var
<strong> Valid Context:
The <strong> tag is valid within the following tags:
a, abbr, acronym, address, applet, b, bdo, big, blockquote, body, button, caption, center, cite, code, dd, del, dfn, div, dt, strong, fieldset, font, form, h1, h2, h3, h4, h5, h6, i, iframe, ins, kbd, label, legend, li, noframes, noscript, object, p, pre, q, s, samp, small, span, strike, strong, sub, sup, td, th, tt, u, var
<strong> Usage:
- standard stronger emphasis
This is <strong>stronger emphasized text</strong>.
<strong> Special Notes:
- Most browsers display the strong tag in bold, but if you write something that must be bold (rather than strong), use CSS.

