Create a button Create a button<!DOCTYPE html> <html> <body> <form action=""> <input type="button" value="Hello world!"> </form> </body> </html> Output