Language References
Specifies text to be rendered with strong emphasis. | HTML 2, 3.2, 4, 4.01, 5 |
HTML Syntax
<strong
class = classname
id = value
style = css properties
title = text
event = script
>
The STRONG element displays the enclosed text with a strong emphasis, normally in boldface type.
This element is similar in function to the B boldface element.
STRONG Members
<p>This paragraph has <strong>some text
with strong emphasis</strong>.</p>
This paragraph has some text with strong emphasis.
B