1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
<para> <table> <title> table description </title> <tgroup cols=2> <thead> <row> <entry> key </entry> <entry> value </entry> </row> </thead> <tbody> <row> <entry> key1 </entry> <entry> value1 </entry> </row> <row> <entry> key2 </entry> <entry> value2 </entry> </row> </tbody> </tgroup> </table> </para>