Advertisement
Guest User

code

a guest
Sep 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>RandomCube</title>
  4. <script> src="https://code.jquery.com/jquery-3.3.1.min.js"</script>
  5. <link rel="st
  6. </head>
  7. <body>
  8. <script>
  9. function calc() {
  10.  
  11. }
  12.  
  13. </script>
  14. <div>
  15. <input id="1st" type="text" placeholder="1st number"></input>
  16. <br/>
  17. <select>
  18. <option id="Plus" value="+">+</option>
  19. <option id="Minus" value="-">-</option>
  20. <option id="Mal" value="*">*</option>
  21.  
  22. </select>
  23. </div>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement