<emph>

Description

An emphasized piece of text within a paragraph.

Attributes

No attributes other than standard attributes are defined for <emph> elements.

Immediate descendants

<emph> elements may contain text.

No element descendants are defined for the <emph> element.

Immediate ancestors

Element name Relation
<para> The enclosing paragraph of text.

Example

<document xmlns="http://boradoc.org/1.0">
  <chapter>
    <para>
      The 
      <emph>second</emph>
       word is emphasized.
    </para>
  </chapter>
</document>

The above BDML renders to the following:

The second word is emphasized.