The Table Element : Example

<table>
  <tr>
    <td>Cell 1</td>
    <td>Cell 2</td>
  </tr>
  <tr>
    <td>Cell 3</td>
    <td>Cell 4</td>
  </tr>
</table>
	
Cell 1 Cell 2
Cell 3 Cell 4

Cheat :

border="1"