Guest User

Untitled

a guest
Aug 17th, 2018
70
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: #ED652E;
  10. background-color: #999;
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <button onclick="javascript:alert('clicked');">Click Me</button>
  16.  
  17.  
  18. <script id="jsbin-source-css" type="text/css">button {
  19. color: #ED652E;
  20. background-color: #999;
  21. }</script>
  22. </body>
  23. </html>
Add Comment
Please, Sign In to add comment