Guest User

Untitled

a guest
Jul 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <h2>My First Gist</h2>
  6.  
  7. <button type="button"
  8. onclick="document.getElementById('demo').innerHTML = Date()">
  9. Click me to display Date and Time.</button>
  10.  
  11. <p id="demo"></p>
  12.  
  13. </body>
  14. </html>
Add Comment
Please, Sign In to add comment