Close this window

Using the <seealso> tag

Description

The seealso tag is used to list terms that you believe are beneficial to the reader of the document.

Example

This CNXML:


<definition id='quardef'>
  <term>quarter</term>
  <meaning>
    25 cents, a quarter of a dollar.
  </meaning>
  <example id='defex2'>
    <para id='parex2'>
      "The drink cost a quarter."
    </para>
  </example>
  <seealso>
    <term>dollar</term>
    <term>penny</term>
  </seealso>
</definition>
	

Results in this display:

Definition 1: quarter
25 cents, a quarter of a dollar.

Example

"The drink cost a quarter."

See Also: dollar, penny

Attributes(what's this?)

Children(what's this?)

term (one or more)

Parents(what's this?)

definition (only one seealso tag may appear inside a definition tag)

Close this window