First page Back Continue Last page Image
- <table border=β3β>
- <caption align=βtopβ>
- This is a 6 celled, 2 row table.
- </caption>
- <tr>
- <td>This is the first cell. </td>
- <td>This is the second cell.</td>
- <td>This is the third cell. </td>
- </tr>
- <tr>
- <td>This is the fourth cell.</td>
- <td>This is the fifth cell. </td>
- <td>This is the sixth cell. </td>
- </tr>
- </table>
-
- Code for Table Example Page 1
- Here is the code that generates the simple table
- These are the only tags needed to create a simple table