emphasis (db.emphasis)
emphasis — Emphasized text.
Synopsis
emphasis (db.emphasis) ::= × ⏵
- Zero or more of:
- text
inlinestagedir
templatename
- Bibliography inlines ⏵
- Graphic inlines ⏵
- Indexing inlines ⏵
- Linking inlines ⏵
- Markup inlines ⏵
- Math inlines ⏵
- Product inlines ⏵
- Publishing inlines ⏵
- Technical inlines ⏵
- Ubiquitous inlines ⏵
Attributes
Common attributes and common linking attributes.
No additional attributes.
Description
An emphasis
element indicates that certain text
should be stressed in some way. This pattern defines the
emphasis
element with a very limited content
model.
Processing expectations
Formatted inline. Emphasized text is traditionally presented in
italics or boldface. A role
attribute of bold
or strong
is
often used to generate boldface, if italics is the default
presentation.
An emphasis
is often used wherever its
typographic presentation is desired, even when other markup might
theoretically be more appropriate.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
Parents
38 elements contain emphasis
. × ⏵
Children
54 elements occur in emphasis
. × ⏵
See Also
Related elements: abbrev
, acronym
, emphasis
(db._emphasis), foreignphrase
, phrase
, quote
, wordasword
.
Examples
1 |<article xmlns='http://docbook.org/ns/docbook'>
|<title>Example emphasis</title>
||
<para>The <emphasis>most</emphasis> important example of this
5 |phenomenon occurs in A. Nonymous's book
|<citetitle>Power Snacking</citetitle>.
|</para>
||
</article>
The most important example of this phenomenon occurs in A. Nonymous's book Power Snacking.