Home / Programming MCQs / Bootstrap MCQs / Question

N

Nitin Gupta • 1.72K Points
Master

Q. Which of the following will display a grey label?

(A) .label label-default
(B) .label label-success
(C) .label label-primary
(D) .label label-info
.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”.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.