<div> (text division) contains a subdivision of the front, body, or back of a text.
Attributes:
Example
<body>
<div type=part><head>Fallacies of Authority</head>
<p>The subject of which is Authority in
various shapes, and the object, to repress all
exercise of the reasoning faculty.</p>
  <div type=chapter n=1><head>The Nature of Authority</head>
  <p>With reference to any proposed measures
  having for their object the greatest happiness
  of the greatest number....
     <div type=section n='1.1'><head>Analysis of Authority
      <p>What on any given occasion is the legitimate
      weight or influence to be attached to authority
      <!-- ... -->
     </div>
     <div type=section n='1.2'><head>Appeal to Authority,
        in What Cases Fallacious.
      <p>Reference to authority is open to the charge of
      fallacy when...
      <!-- ... -->
     </div> <!-- end of section 1.2 -->
     <!-- other sections here -->
   </div> <!-- end of chapter 1 -->
 <!-- other chapters here -->
 </div> <!-- end of part A -->
 <!-- other parts here -->
</body>
Note
Tagsetbase tag set for common core features
Classdeclaring, divn
Filenameteistr2
Content: any sequence of low-level structural elements, possibly grouped into lower subdivisions.
Parentsback body div front
Childrenab argument bibl biblFull biblStruct byline camera caption castList cit closer dateline div divGen docAuthor docDate eTree entry entryFree epigraph event graph head kinesic l label lg lg1 list listBibl move note opener p pause q quote salute shift signed sound sp stage superentry tech termEntry trailer tree u view vocal witDetail witList writing
Declaration
<!ELEMENT div           - O  ((%m.divtop;)*, ((div | divGen)+ | 
                             ((%component;)+, (div | 
                             divGen)*)), (%m.divbot;)*)         >
<!ATTLIST div                %a.global
                             %a.declaring
                             %a.divn                            >
See 7.1 ; 13.4 ; 7.1.1

Back to index