Close this window

Using the <example> tag

Description The example tag is used to contain an example of something. This is especially useful in connection with the definition tag where it can be used to give an example of the meaning of a term.
Example
This CNXML:
<example id="exampleexample">
  <para id="paraex1">
    The Lincoln Memorial is an example 
    of a monument.
  </para>    
</example>
	
Results in this display:
Example 1
The Lincoln Memorial is an example of a monument.
Attributes (what's this?)
Children (what's this?)name (one, optional), example, para, code, section, definition, rule, figure, media, table, list, exercise, equation, note
Parents (what's this?)content, section, example, meaning, proof, statement, problem, solution
Close this window