CSS 2.1, section 17.4.1, Caption position and alignment

'caption-side'
Value: top | bottom | left | right | inherit
Initial: top
Applies to: 'table-caption' elements
Inherited: yes

This is the table caption and it should be located at the BOTTOM of the table
row 1, col 1 row 1, col 2 row 1, col 3 row 1, col 4 row 1, col 5
row 2, col 1 row 2, col 2 row 2, col 3 row 2, col 4 row 2, col 5
row 3, col 1 row 3, col 2 row 3, col 3 row 3, col 4 row 3, col 5

Valid HTML 4.01! CSS compliant