Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 26th, 2010  |  syntax: HTML  |  size: 0.24 KB  |  hits: 119  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <html>
  2. <body>
  3. <table border="1">
  4. <tr>
  5. <th>Heading</th>
  6. <th>Another Heading</th>
  7. </tr>
  8. <tr>
  9. <td>row 1, cell 1</td>
  10. <td>row 1, cell 2</td>
  11. </tr>
  12. <tr>
  13. <td>row 2, cell 1</td>
  14. <td>row 2, cell 2</td>
  15. </tr>
  16. </table>
  17. </body>
  18. </html>