Home » HTML » Html miscellaneous » Question
  1. Which of the following will display a grey label?
    1. .label label-default
    2. .label label-success
    3. .label label-primary
    4. .label label-info
    5. 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”.



Your comments will be displayed only after manual approval.