Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.25 KB | None | 0 0
  1. <table>
  2. <tr> <!-- this is a table row -->
  3. <td> <!-- this is a table cell -->
  4. First cell of first row
  5. </td>
  6. <td>
  7. Second cell of first row
  8. </td>
  9. </tr>
  10. <tr>
  11. <td>
  12. First cell of second row
  13. </td>
  14. <td>
  15. second cell of second row
  16. </td>
  17. </tr>
  18. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement