Edit The Code:
See Result »
Try it Yourself - ©
w3ii.com
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
button
type
="button"
onclick
="alert('Hello World!')"
>
Click Me!
<
/button
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <button type="button" onclick="alert('Hello World!')">Click Me!</button> </body> </html>