HTML: The Markup Language

strongstrong importance CHANGED # T

The strong element represents a span of text with strong importance.

Permitted content #

Permitted attributes #

Tag omission #

A strong element must have both a start tag and an end tag.

Permitted parent elements #

any element that can contain phrasing elements

DOM interface #

Uses HTMLElement.

Typical default display properties #

strong {
font-weight: bolder; }