Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML button</title> </head> <body> <form method="post" action=""> <input type="button" value="Click Me"> </form> </body> </html>