SyntaxStudy
Sign Up
Home HTML Reference <strong>

<strong>

tag

Indicates strong importance, seriousness, or urgency. Browsers typically render this in bold.

Syntax

<strong> ... </strong>

Example

html
<p>Please read the <strong>Terms of Service</strong> carefully.</p>
<p><strong>Warning:</strong> This action cannot be undone.</p>