Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <h1>Example of the HTML <button> tag:</h1> <p>You can specify the HTML buttons with the button tag:</p> <button type="button">Button</button> </body> </html>