Close this window

Using the <content> tag

Description The content tag contains all the content information in a document. It separates the content information from the document metadata. A document may contain only one content tag.
Example
<content>
  <section id="version">
    <name>Document History</name> 
    <list id="p1">
      <item>
	Release 0.1: Pre-release.
      </item>
    </list>
  </section>
    .
    .
    .
</content>
	
Attributes (what's this?)
Children (what's this?)example, para, code, section, definition, rule, figure, media, table, list, exercise, equation, note
Parents (what's this?)document
Close this window