Articles → HTML → Strong And Bold Tags In HTML
Strong And Bold Tags In HTML
Strong Tag
Syntax Of Strong Tag
Bold Tag
Syntax Of Bold Tag
Example
<html>
<head>
<title>strong and bold demo</title>
</head>
<body>
<strong>This is an important text</strong>
<br />
<b>This is the bold text</b>
</body>
</html>
Try It
Output
Browser Support
| Internet Explorer | Firefox | Chrome | Safari | Opera | Edge |
|---|
| Yes | Yes | Yes | Yes | Yes | Yes |
| Posted By - | Karan Gupta |
| |
| Posted On - | Friday, October 7, 2016 |
| |
| Updated On - | Saturday, September 16, 2017 |