Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The body element is the main container for all content displayed to the user. It contains any number of div elements that group content into interactive and display blocks.

Parent

  • document

Children

  • div

...

  • (any)

Attributes

  • None
Code Block
<document version=1.0>
  <meta> ... </meta>
   <body>
    <div n="division-example1"
	id="XMLExample.div.division-example1">
     ...
    </div>
    <div n="division-example2" id="XMLExample.div.division-example2"
	interactive="yes" action="www.DRItest.com"
	method="post">
     ...
    </div>
     ...
   </body>
  <options> ... </options>
</document>

...