An emphasized piece of text within a paragraph.
No attributes other than standard attributes are defined for <emph> elements.
<emph> elements may contain text.
No element descendants are defined for the <emph> element.
Element name | Relation |
---|---|
<para> | The enclosing paragraph of text. |
<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.