Example(s):
<table> <title>Table Title</title> <tgroup cols="2"> <thead> <row> <entry>Column Header A</entry> <entry>Column Header B</entry> </row> </thead> <tbody> <row> <entry>Cell A1</entry> <entry>Cell B1</entry> </row> <row> <entry>Cell A2</entry> <entry>Cell B2</entry> </row> </tbody> </tgroup> </table>