<b>
  
Bold text is text that is used to draw a reader's attention to a phrase without otherwise adding meaning to the content.
Rendering expectations
The content of the <b>
        element is typically rendered in a bold font.
Specialization hierarchy
The <b> element is
        specialized from <ph>. It is defined in the
        highlighting-domain module.
Content model
(Text | <cite> | <include> | <keyword> | <ph> | <q> | <term> | <text> | <tm> | <xref> | <data> | <draft-comment> | <foreign> | <required-cleanup>)*
Not contained by any element.
Not contained by any element.
Inheritance
+ topic/ph hi-d/b
The <b> element is specialized from <ph>. It is defined in the hi-domain module.
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.
Example
This section is non-normative.
The following code sample shows a <b>
        element used to draw a reader's attention to a phrase:
<p>Use the bold tag <b>for visual emphasis only</b>; do not use it if another phrase-level 
element better signifies the reason for the emphasis.</p>