HTML <strong> tag
Definition and Usage
<strong>
The tag is used to define text with strong importance. The content is usually displayed in bold.
Tip:Use <b> tag To specify text that has no additional importance!
See also:
HTML Tutorial:HTML Text Formatting
HTML DOM Reference Manual:Strong Object
Example
Define important text in the document:
<strong>This text is important!</strong>
Global Attributes
<strong>
The tag also supports Global Attributes in HTML.
Event Attributes
<strong>
The tag also supports Event Attributes in HTML.
Default CSS Settings
Most browsers will display the following default values <strong>
Element:
strong { font-weight: bold; }
Browser Support
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
Support | Support | Support | Support | Support |