Bottone Mostra orario
<!DOCTYPE html> <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> </html>
<
!DOCTYPE
html
>
<
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
>
<
/html
>
( bottonemostraorario.html )- by Paolo Puglisi
- Modifica del 17/12/2023