HTML 5: The Markup Language (ARIA Edition)

strongstrong importance # T

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

Content model #

Attribute model #

Element-specific attributes #

Tag omission #

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

Permitted contexts #

Typical default display properties #

strong {
font-weight: bolder; }