Simple Table
–<table>
–  <tr>
– <td> First Cell </td>
– <td> Second Cell </td>
–  </tr>
–  <tr>
– <td> Third Cell </td>
– <td> Fourth Cell </td>
–  </tr>
–</table>
–This creates a table with two rows and two columns
•