strong (HTML element)
Example
An example of
strong at work:
<p>Look for the sign that says
<strong>turn left<strong>, then turn left!</p>
- Type
- inline element
- Contains
- inline elements only
- Contained by
- block-level elements, inline elements
Description
The strong
element is used to emphasize a phrase of text content. It typically
renders the text contained in a bold, non-italicized font like that shown
in Figure 1.
strong element
Use This For …
This element is used to highlight significant sections of content, possibly in body copy. It may also be used to emphasize key page elements; for example, the current navigation item in a list.
Compatibility
| IE | 5.5 | Full |
|---|---|---|
| 6.0 | Full | |
| 7.0 | Full | |
| Firefox | 1.0 | Full |
| 1.5 | Full | |
| 2.0 | Full | |
| Safari | 1.3 | Full |
| 2.0 | Full | |
| 3.0 | Full | |
| Opera | 9.2 | Full |
| 9.5 | Full |
As one of the
earliest formatting elements, strong has full browser
support.
User-contributed notes
There are no comments yet.
Add a note
To post a note on this topic, please log in with your SitePoint username and password. If you don't have an account yet, you can create a new account for free.

