Advertisement
Murzik-_-

My button

Jun 18th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Here is my example of my button
  2. <!DOCTYPE html>
  3. <html>
  4. <body>
  5.  
  6. <h4>My first button</h4>
  7.  
  8. <button type="button"
  9. onclick="document.getElementById('demo').innerHTML = Date()">
  10. If you click on me you will be able to see your time.</button>
  11.  
  12. <p id="demo"></p>
  13.  
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement