<html>
<body>
<p>Click the button to display the time.</p>
<button onclick="getElementById('demo').innerHTML=Date()">What is the time?</button>
<p id="demo"></p>
</body>
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_onclick_date by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:02:52 GMT -->
</html>