Tables can be created in DocBook:
<table>
<title></title>
<tgroup cols="2">
<thead>
<row>
<entry></entry>
<entry></entry>
</row>
</thead>
<tbody>
<row>
<entry></entry>
<entry></entry>
</row>
<row>
<entry></entry>
<entry></entry>
</row>
</tbody>
</tgroup>
</table>
Also an <informaltable> tag for tables that do not need a title. Additionally, informal tables will not appear in a generated list of tables.