<strong> tag

HTML <strong> tag

The <strong> tag makes a text as bold and marks it as an important text.

Syntax:
<strong>text…</strong>

Example

<p><strong>Strong text</strong></p>

How Browser will display

INLINE.

Difference between HTML4.01, XHTML and HTML5

HTML4 XHTML HTML5
defines emphasized text NA defines important text

Attributes used with <strong> tag

NONE

Global Attributes

The <strong> tag supports Global attributes.

Event Attributes

The <strong> tag supports Event attributes.

Supporting Browsers

supporting-browsers for tags

Related Tags

<b> tag is similar.

Tutorials for all brains!