SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta content="text/html" charset="utf-8" />
- <link rel="stylesheet" href="WebBox.css">
- <title> Project WebBox </title>
- </head>
- <body id="body">
- <h1>Project Dynamic Box</h1>
- <button id="adding" onclick="addbox()">Add One dynamic Box</button>
- <button id="movable" onclick="addmovable()">Delete this dynamic Box</button>
- <br>
- <br>
- <br>
- <button id="adding" onclick="addtextbox()">Add Text Boxes</button>
- <button id="movable" onclick="addtextboxmovable()">Delete Text Box</button>
- </body>
- <script src="WebBox.js"></script>
- </html>
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.