Posted By


Freese on 03/21/10

Tagged


Statistics


Viewed 536 times
Favorited by 1 user(s)

Empty Table Markup


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <tr>
  2. <th></th>
  3. <th></th>
  4. <th></th>
  5. <th></th>
  6. </tr>
  7. </thead>
  8. <tr>
  9. <td></td>
  10. <td></td>
  11. <td></td>
  12. <td></td>
  13. </tr>
  14. <tr>
  15. <td></td>
  16. <td></td>
  17. <td></td>
  18. <td></td>
  19. </tr>
  20. <tr>
  21. <td></td>
  22. <td></td>
  23. <td></td>
  24. <td></td>
  25. </tr>
  26. </tbody>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.