HTML Code for Bold text

Introduction to Bold Text in HTML

In HTML, the <strong> tag is used to define text that should be displayed in a bold format. This tag is often used to emphasize important words or sections of the text.

Usage of <strong> Tag

The <strong> tag is an inline element, which means it will only affect the specific words or phrases it encloses. When the <strong> tag is used, the text inside it will be displayed in a bold font.

Example Code

<p>This is a bold</strong> text.</p>

Go from files to website in seconds.

Start a free trial for 7 days — no credit card required

Get Started for Free