HTML for greens - HTML
Bold
How do I bold (embolden) text on a Web page?
<b>Enter text here</b>
This tag allows you to make part of the text bold. The text inside the tag will appear in a bold font. A similar function is typically available in regular text editors (e.g., WordPad) when creating a standard text document.
Example <b>
This text is boldQuestions and Answers
How to make text bold?
To make text bold in HTML, simply enclose it within the <b>...</b>
tag.
How to change the thickness of HTML text?
By default, text on a web page is written in a regular font. To make a portion of the text bold, just enclose it within the <b>...</b>
tag, making it visually stand out.