How to make text bold in HTML?

Spread the love

Sometimes, we want to make text bold in HTML.

In this article, we’ll look at how to make text bold in HTML.

How to make text bold in HTML?

To make text bold in HTML, we use the strong or b tag.

For instance, we write

<b>This text is bold</b>

or

<strong>This text is strong</strong>

to make the text inside the b or strong tags bold.

Conclusion

To make text bold in HTML, we use the strong or b tag.

Leave a Reply

Your email address will not be published. Required fields are marked *