What is HTML code for Bold?
HTML code for bold is used to make text appear bold on a web page. When a text is enclosed within the <b> and </b> tags, it is rendered in a bold font.
How to Use HTML Bold Code?
To make text bold using HTML, simply enclose the text within the <b> and </b> tags. For example, <b>This text will appear bold</b>.
Example Code
<b>This text will appear bold</b>