Basic document structures

  <text>
    <front>
      <div type="preface"><!-- ... --></div>
      <div type="introduction"><!-- ... --></div>
    </front>
    <body><!-- Body of text here --></body>
    <back>
      <div type="appendix"><!-- ... --></div>
      <div type="index"><!-- ... --></div>
    </back>
  </text> 
Basic Tagging, slide 6 of 14