As is often the case in textbooks, authors will include
examples in the middle of a chapter or section. For this
reason CNXML provides a tag that allows an author to include
examples in a document. The example tag has a unique
id attribute and can contain most tags as
children, the first being an optional title. For specifics you should
always consult the CNXML
Spec.
Example 1
<example id='tboneexam'>
<figure id='tbonefig'>
<title>T-Bone Steak</title>
<media id="image-example" display="block" alt="A T-bone Steak.">
<image type='image/jpg' src='tbone.jpg'/>
</media>
</figure>
</example>










"This collection has the basic training for authoring modules (chapters/sections) and collections (textbooks/courses etc)."