JS Events

PHOTO EMBED

Thu Dec 03 2020 03:57:22 GMT+0000 (Coordinated Universal Time)

Saved by @Amna #javascript

<!DOCTYPE html>
<html>
<body>
​
<button onclick="document.getElementById('demo').innerHTML=Date()">The time is?</button>
​
<p id="demo"></p>
​
</body>
</html>
​
content_copyCOPY

https://www.w3schools.com/js/tryit.asp?filename