<strong>

Strong text is text that is of greater importance than the surrounding text.

Rendering expectations

The content of the <strong> element is typically rendered in a bold font.

Specialization hierarchy

The <strong> element is specialized from <ph>. It is defined in the emphasis-domain module.

Content model

(Text | <cite> | <include> | <keyword> | <ph> | <strong> | <em> | <b> | <i> | <line-through> | <overline> | <sup> | <sub> | <tt> | <u> | <q> | <term> | <text> | <tm> | <xref> | <data> | <sort-as> | <draft-comment> | <foreign> | <required-cleanup> )*

Attributes

The following attributes are available on this element: universal attributes and @keyref.

The following attributes are available on this element: universal attributes and the attributes defined below.

@keyref
Specifies a key name that acts as a redirectable reference based on a key definition within a map. See The keyref attribute for information on using this attribute.

For HDITA, the equivalent of @keyref is @data-keyref

Example

This section is non-normative.

The following code sample shows how the <strong> element can be used to highlight an important detail:

<p>Your doctor prescribed this medicine to treat an infection.
It is important that you <strong>take all of the medicine</strong> 
as described.</p>