Advertisement
ASHOKRAJ1974

Learn HTML and CSS Online Free | Learn Free web Design | HTML5

Oct 25th, 2022
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | Source Code | 0 0
  1. --> http://jaimelossada.com
  2. **search for--> "Learn HTML and CSS Online Free | Learn Free web Design | HTML5"
  3. <!DOCTYPE html>
  4. <html>
  5. <body>
  6.  
  7. <h2>My First JavaScript</h2>
  8.  
  9. <button type="button"
  10. onclick="document.getElementById('demo').innerHTML = Date()">
  11. Click me to display Date and Time.</button>
  12.  
  13. <p id="demo"></p>
  14.  
  15. </body>
  16. </html>
Tags: html5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement