HTML <strong> Tag
The strong element emphasizes content, which often implies that the text is rendered as bold by the browser.
The <strong>
tag is used to specify material that is extremely important. The material is usually shown in bold.
Note: Use the <b>
element to define bold text without adding any importance!
Syntax
Supported Browsers
Element | Chrome | Firefox | Safari | IE / Edge | Opera |
---|---|---|---|---|---|
<strong> | Yes | Yes | Yes | Yes | Yes |