As I promised in Day 3 of our journey that in my next article I'll explain Bootstrap Dropdown Buttons so here I'll explain Bootstrap Dropdown on Day 4 of our journey.
Syntax of Button
- <button type="button" class="btn btn-size">
- <span class="glyphicon glyphicon-name"></span></button>
- Default
- Info
- Primary
- Danger
- success
- warning
- Default Button Syntax
- <button type=”button” class=”btn btn-default btn-size”>
- Default
- </button>
Info Button Syntax- <button type=”button” class=”btn btn-Info btn-size”>
- Info
- </button>
Primary Button Syntax- <button type=”button” class=”btn btn-primary btn-size”>
- Primary
- </button>
- <button type=”button” class=”btn btn-Danger btn-size”>
- Danger
- </button>
- <button type=”button” class=”btn btn-Success btn-size”>
- Success
- </button>
Warning Button Syntax- <button type=”button” class=”btn btn-Warning btn-size”>
- Warning
- </button>
- Read Complete Article with live Examples :http://www.c-sharpcorner.com/UploadFile/2cb323/journey-with-bootstrap-day-4-dropdown-buttons/
No comments:
Post a Comment