HTML Bold Tag
HTML Bold tag is used to make the text boldface.
Syntax
Start with <B>
TEXT
End with </B>
Example for HTML Bold Tag
<head>
<body>
<b> Welcome to w3htmlschool.com ! .. will help beginner and expert to learn HTML .Make your own web page </b>
</body>
</head>