--- layout: page title: Buttons --- Buttons are used to execute actions in forms, dialogs, and more. Use any of the available button classes to quickly create a styled button. ## Examples Bootstrap includes six predefined button styles, each serving its own semantic purpose. {% example html %} {% endexample %}
Using color to add meaning to a button only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (the visible text of the button), or is included through alternative means, such as additional text hidden with the .sr-only
class.