Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
button
type
="button"
onclick
="alert('welcome to wikitechy')"
>
Click Me!
<
/button
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <button type="button" onclick="alert('welcome to wikitechy')">Click Me!</button> </body> </html>
Result