HTML <strong> tag
The <strong> tag is used to display strongly emphasized text.
This tag has no attributes specific to it.
Standard attributes
class, dir, id, lang, style, title, xml:lang
For more information on standard attributes, check out our HTML standard attributes reference page.
Event attributes
onclick, ondblclick, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onkeydown, onkeypress, onkeyup
For more information on event attributes, check out our HTML event attributes reference page.
Example
Tips & notes
Don't overuse the <strong> tag. This tag is meant to highlight just a few important words here and there, not entire paragraphs or pages. Use the <strong> tag rarely, only when you want to emphasize some text.
It's better to use CSS to style text than text formatting tags like <strong>.