Category: Logical Text Styles | Previous: DFN | Next: EM

<STRONG>

Description:

Strong. The strong element makes the enclosed text stronger, usually rendered in bold.

Syntax:

<STRONG> ... </STRONG>

Attributes:

Attribute Value Description
None

Notes:

Example:

<STRONG> This text is Strong! </STRONG>


This text is Strong!


Index: HTML Reference | Previous: STRIKE | Next: SUB