Advertisement
Guest User

Untitled

a guest
Oct 25th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #Codersarts
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html>
  6. <body>
  7.  
  8. <h2>What JavaScript Can Do?</h2>
  9.  
  10. <p id="demo">JavaScript can change the style of an HTML element.</p>
  11.  
  12. <button type="button" onclick="document.getElementById('demo').style.fontSize='25px'">Click Me!</button>
  13.  
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement