<!doctype html> <html> <head> <meta charset="utf-8"> <title>button</title> </head> <body> <h1>button</h1> <button type="button">Button</button> </body> </html>