Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
input
type
="button"
onclick
="alert('Hello World!')"
value
="Click Me!"
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <input type="button" onclick="alert('Hello World!')" value="Click Me!"> </body> </html>
Result:
Privacy Policy