This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.

Smartphone icons created by Freepik - Flaticon

JavaScript HTML Events

<button onclick="this.innerHTML=Date()">The time is?</button>

Although the button is displaying the time when it was clicked/pressed, it is still a button. Repeated clicking/pressing the button updates the time that is displayed.