1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<table> <thead> <tr> <th><em>header</em> 1</th> <th>header 2</th> </tr> </thead> <tbody> <tr> <td><em>cell</em> 1.1</td> <td><del>cell</del> 1.2</td> </tr> <tr> <td><code>cell</code> 2.1</td> <td>cell 2.2</td> </tr> </tbody> </table>