elibraryportal Logo

Bootstrap Buttons


Button Styles

There are 4 types of button style.

Example:-

Test it Now

Button classes can be used in different HTML elements.

1) <a> :- Use in Link

2) <button>:- Use in Button

3) <input>:- Use in Input

Example:-

Test it Now

Bootstrap Button Sizes

Use the .btn-lg class for large buttons & use the .btn-sm class for small buttons.

Example:-

Test it Now

Bootstrap Block Level Buttons

Use the .btn-blockclass for block level button.

Example:-

Test it Now

Bootstrap Active/Disabled Buttons

Use the .active class for Active Button and use the .disabled class for Disable button

Example:-

Test it Now