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 |