Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>JS Bin</title>
  7. <style id="jsbin-css">
  8. button {
  9. color: red;
  10. background-color: #999;
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <br>
  16. <button onclick="javascript:alert('clicked');">
  17. Click Me</button>
  18.  
  19.  
  20. <script id="jsbin-source-css" type="text/css">button {
  21. color: red;
  22. background-color: #999;
  23. }</script>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement