1.

Which of the following will display red alert box?(a) .alert(b) .alert-danger(c) .alert-info(d) .alert-linkI got this question in unit test.I'm obligated to ask this question of Responsive Overview in portion Advance HTML of HTML

Answer»

The correct option is (b) .alert-danger

The best I can explain: .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.



Discussion

No Comment Found

Related InterviewSolutions