Guest User

Untitled

a guest
Oct 19th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Page Title</title>
  5. </head>
  6. <body>
  7. <table>
  8. <tr>
  9. <th>James</th>
  10. <th>Harden</th>
  11. <th>28 Years Old</th>
  12. </tr>
  13. <tr>
  14. <th>Kyrie</th>
  15. <th>Irving</th>
  16. <th>25 Years Old</th>
  17. </tr>
  18. <tr>
  19. <th>Mike</th>
  20. <th>Conley</th>
  21. <th>30 Years Old</th>
  22. </tr>
  23. </table>
  24.  
  25. </body>
  26. </html>
Add Comment
Please, Sign In to add comment