Guest User

Untitled

a guest
May 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>title is here</title>
  4. </head>
  5. <body>
  6. <button onclick="test()" style="width:100px; height:100px;">click here</button>
  7. </body>
  8. <script>
  9. function test(){
  10. alert("clicked!")
  11. }
  12. </script>
  13. </html>
Add Comment
Please, Sign In to add comment