Home / Programming MCQs / Bootstrap MCQs / Question

D

Deepak Sahoo • 10.60K Points
Tutor II

Q. What indicates a closable alert box?

(A) .alert-success
(B) .alert-link
(C) .alert-danger
(D) .alert-dismissible

Explanation:

.alert-dismissible indicates a closable alert box, together with .close class, this class is used to close the alert, adds extra padding, .alert-danger creates the red alert, indicates dangerous or potentially negative action.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.