Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>this</title>
  6.  
  7. <style>
  8. .green-text {
  9. color: green;
  10. }
  11.  
  12. .blue-text {
  13. color: blue;
  14. }
  15. </style>
  16. </head>
  17.  
  18. <body>
  19. <h1 id="hello" class="ninja">Hello, ninja!</h1>
  20.  
  21. <button id="blueButton">Change to blue</button>
  22.  
  23. <script src="script.js"></script>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement