What is button tag?


The button tag is used in HTML 5. It is used to create a clickable button within the HTML form on the web page. It is generally used to create a “submit” or “reset” button. Let’s see the code to display the button.

<button name="button" type="button">Click Here</button>    

Leave a Reply

Your email address will not be published. Required fields are marked *