elements that have title and are usually numbered
figure
table
example
equation
<table>
<title>Sample table</title>
<tgroup cols="2">
<thead>
<row>
<entry>Entity</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>&amp;</entry>
<entry>ampersand</entry>
</row>
<row>
<entry>&lt;</entry>
<entry>less then symbol</entry>
</row>
</tbody>
</tgroup>
</table>