1.

Which of the following is for title of the modal?(a) .modal-sm(b) .modal-title(c) .modal-open(d) .modal-lgI have been asked this question during an interview.I want to ask this question from Responsive Overview topic in section Advance HTML of HTML

Answer»

Correct option is (b) .modal-title

For explanation: .modal-title is for the title of the modal, .modal-sm is for small modal, .modal-lg specifies LARGE modal, .modal-open is USED on

element to prevent PAGE scrolling, .model-header shows header of the modal often contains a title and a CLOSE BUTTON.


Discussion

No Comment Found

Related InterviewSolutions