Разница между страницами «HTML:Ex:Getbootstrap.com/css/Buttons/Options» и «HTML:Ex:Getbootstrap.com/css/Buttons/Options/wiki»
Материал из Chameleon Test
(Различия между страницами)
м (Move page script переименовал страницу Getbootstrap.com/css/Buttons/Options в HTML:Ex:Getbootstrap.com/css/Buttons/Options) |
м (Move page script переименовал страницу Getbootstrap.com/css/Buttons/Options/wiki в HTML:Ex:Getbootstrap.com/css/Buttons/Options/wiki) |
||
Строка 1: | Строка 1: | ||
<!-- Standard button --> | <!-- Standard button --> | ||
− | < | + | <span type="button" class="btn btn-default">Default</span> |
<!-- Provides extra visual weight and identifies the primary action in a set of buttons --> | <!-- Provides extra visual weight and identifies the primary action in a set of buttons --> | ||
− | < | + | <span type="button" class="btn btn-primary">Primary</span> |
<!-- Indicates a successful or positive action --> | <!-- Indicates a successful or positive action --> | ||
− | < | + | <span type="button" class="btn btn-success">Success</span> |
<!-- Contextual button for informational alert messages --> | <!-- Contextual button for informational alert messages --> | ||
− | < | + | <span type="button" class="btn btn-info">Info</span> |
<!-- Indicates caution should be taken with this action --> | <!-- Indicates caution should be taken with this action --> | ||
− | < | + | <span type="button" class="btn btn-warning">Warning</span> |
<!-- Indicates a dangerous or potentially negative action --> | <!-- Indicates a dangerous or potentially negative action --> | ||
− | < | + | <span type="button" class="btn btn-danger">Danger</span> |
<!-- Deemphasize a button by making it look like a link while maintaining button behavior --> | <!-- Deemphasize a button by making it look like a link while maintaining button behavior --> | ||
− | < | + | <span type="button" class="btn btn-link">Link</span> |