Last Updated on April 26, 2023 by Roshan Parihar
HTML strong tag is the text Formatting tag used in HTML to make text strong.
Syntax
1 |
<strong>Enter strong content here..</strong> |
A strong text looks like bold text.
1 |
<strong>strong text appearance with some font weight.</strong> |
Output
Resources and References
1. W3C Specification.
2. HTML living standard
3. W3C project using Github