Home / Programming MCQs / Bootstrap MCQs / Question

Q. Which of the following will display red alert box?

(A) .alert-link
(B) .alert-info
(C) .alert
(D) .alert-danger

Explanation:

.alert-danger displays red alert box. It indicates a dangerous or potentially negative action, .alert simply creates an alert message, .alert-info displays a light-blue alert box which indicates some information, .alert-link used on links inside alerts to add matching colored links.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.