Guest User

Untitled

a guest
Jan 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta content="text/html" charset="utf-8" />
  5. <link rel="stylesheet" href="WebBox.css">
  6.  
  7. <title> Project WebBox </title>
  8. </head>
  9. <body id="body">
  10. <h1>Project Dynamic Box</h1>
  11. <button id="adding" onclick="addbox()">Add One dynamic Box</button>
  12. <button id="movable" onclick="addmovable()">Delete this dynamic Box</button>
  13. <br>
  14. <br>
  15. <br>
  16. <button id="adding" onclick="addtextbox()">Add Text Boxes</button>
  17. <button id="movable" onclick="addtextboxmovable()">Delete Text Box</button>
  18.  
  19. </body>
  20.  
  21. <script src="WebBox.js"></script>
  22. </html>
Add Comment
Please, Sign In to add comment