div

Purpose

A section used to add extra structure to documents. Style sheets can be used to control the presentation.

Attribute groups

Example

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2">
  <head>
    <title>div</title>
  </head>
  <body>
    <div class="meta" id="metadata">
      <table>
        <tr>
          <th>Title</th>
          <td>MCS policy editors</td>
        </tr>
        <tr>
          <th>Date</th>
          <td>2004-03-18</td>
        </tr>
      </table>
    </div>
  </body>
</html>

Related topics