definition tag is used to define a
word or a term.
This CNXML:
<definition id='quarter-def'>
<term>quarter</term>
<meaning id="meaning-part">
One fourth of something.
</meaning>
<example id='quarter-ex-1'>
<para id='quarter-para-1'>
"He cut the pie into quarters and
gave all four people a piece."
</para>
</example>
<meaning id="meaning-money">
25 cents; a quarter of a dollar.
</meaning>
<seealso>
<term>dollar</term>
<term>penny</term>
</seealso>
</definition>
Results in this display:
"He cut the pie into quarters and gave all four people a piece."
definition may contain an optional label
tag. Next, it must contain a single term tag. Then, it must contain
one or more meaning tags, followed in turn by any optional
example tags associated with that meaning. Finally,
definition may contain an optional seealso tag.