Guest User

Untitled

a guest
Nov 22nd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset=utf-8 />
  5. <title>JS DOM paragraph style</title>
  6. </head>
  7. <body>
  8. <p id ='text'>JavaScript Exercises - by Mr Khem Puthea</p>
  9. <div>
  10. <button id="jsStyle"
  11. onclick="js_style()">Style</button>
  12. </div>
  13. </body>
  14. </html>
Add Comment
Please, Sign In to add comment