Google News
logo
Bootstrap-3 - Interview Questions
What are the different button styles in Bootstrap? Explain
Bootstrap has many predefined button styles, and each button reflects either a message to the user or an action to be performed.
 
The different button styles and classes are :
 
* Default (.btn-default)
* Primary (.btn-primary)
* Success (.btn-success)
* Info (.btn-info)
* Warning (.btn-warning)
* Danger (.btn-danger)
Advertisement