Why do we put a # in the href attribute of the link?
Because we don’t have a page to link it to and don’t want to receive a “404” notice, we use # as the link in our examples. It should be the actual URL to a certain page.
Button Sizes
Bootstrap supports four button sizes:
----- Button mukava ------
The classes defining the various sizes are:
.btn-lg
.btn-sm
.btn-xs
The following example demonstrates the code for several button sizes:
Example
Block Level Buttons
A block level button covers the complete width of its parent element.
----- Button mukava ------
To build a block-level button, add the class.btn-block.
Example
Active/Disabled Buttons
A button can be made to be active (appear pressed) or disabled (unclickable).
----- Button mukava ------
The class .active causes a button to appear pressed, while the class .disabledmakes a button unclickable: