Creating A Button With The HTML Button Element: Here's How
Disclosure: Your support helps keep the site running! We earn a referral fee for some of the services we recommend on this page. Learn more
- Element of
- HTML Web Forms Tutorial For Coding Beginners
- What does
Creating A Button With The HTML Button Element: Here's How
do? - The <button> element is used to create an HTML button. Any text appearing between the opening and closing tags will appear as text on the button. No action takes place by default when a button is clicked. Actions must be added to buttons using JavaScript or by associating the button with a form.
- Display
- inline
Code Example
<button type="button" onclick="alert('You pressed the button!')">Click me!</button>
Browser Support for button
All | All | All | All | All | All |