definition tag is used to define a
word or a term.
This CNXML:
<definition id='quardef'>
<term>quarter</term>
<meaning>
One fourth of something.
</meaning>
<example id='defex1'>
<para id='parex1'>
"He cut the pie into quarters and gave
all four people a piece."
</para>
</example>
<meaning>
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."
First, definition must contain a single
term tag. Next, it must contain one or more
meaning tags, followed in turn by any optional
example tags associated with that meaning.
Lastly, defition may contain an
optional seealso tag.
para, glossary, content, section, example, meaning, proof, statement, problem, solution