Guest User

Untitled

a guest
Jan 19th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <button onclick='addRow();'>Add to Table</button>
  2. <html>
  3. <body>
  4.  
  5. <table border="0">
  6. <tr>
  7. <th>Name</th>
  8. <th>Date</th>
  9. <th>Project</th>
  10. <th>Hours</th>
  11. <th>Department</th>
  12. <th>Activity</th>
  13. <th>Description</th>
  14. </tr>
  15.  
  16. </table>
  17.  
  18. </body>
  19. </html>
Add Comment
Please, Sign In to add comment