Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
button
onclick
="this.innerHTML=Date()"
>
The time is?
<
/button
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <button onclick="this.innerHTML=Date()">The time is?</button> </body> </html>
Result:
Privacy Policy