Tag Description
The
<strong>
tag is used to define important text content. The text is typically rendered using a bold, non-italicized font.
This tag has the form:
<strong>text</strong>
HTML5 and HTML4.01 Differences
In HTML4.01, the <strong>
tag defined strong emphasized text, but in HTML5 it defines important text.
Global Attributes
This tag also supports the HTML Global Attributes.
Event Attributes
This tag also supports the HTML Event Attributes.
Examples
The following example shows the basic use of this tag:
<strong>Strong Text</strong>
This produces the following result:
Strong Text
Browser Support
Chrome | Firefox | IE | Safari | Opera |
---|---|---|---|---|
Doctype Declaration Support
The following table lists the doctype declarations this element may appear in:
HTML4.01 / XHTML1.0 | XHTML 1.1 | HTML 5 | ||
---|---|---|---|---|
Traditional | Strict | Frameset | ||
Miscellaneous Information
Defined In: | HTML 2 |
---|---|
Empty Tag: | No |