-
Which of the following will display a grey label?
-
- .label label-default
- .label label-success
- .label label-primary
- .label label-info
- None of these
Correct Option: A
.label label-default indicates a default grey label, .label label-primary indicates blue label of type “primary”, .label label-success indicates green label of type “success”, .label label-info indicates light blue label of type “info”.