utkuyulgen

coolscript

May 21st, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <h1>Hello Friend</h1>
  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>
Advertisement
Add Comment
Please, Sign In to add comment