Form button with label
<html> <body> <form> <input type="button" value="Hello world!"> </form> </body> </html>