Advertisement
makispaiktis

Codecademy - 27th Course (Change color with click - HTML)

Dec 26th, 2019 (edited)
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <link rel="stylesheet" href="style.css">
  5.     <!-- Add your script tag here -->
  6.         <script src="./script.js"></script>
  7.   </head>
  8.  
  9.   <body onclick="newStyle();">
  10.    
  11.     <p class="centered" id="logo">Codecademy</p>
  12.  
  13.     </body>
  14.  
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement