Home / Programming MCQs / Bootstrap MCQs / Question

B

Babita • 7.55K Points
Tutor III

Q. Which of the following is for title of the modal?

(A) .modal-lg
(B) .modal-open
(C) .modal-title
(D) .modal-sm
Explanation by: Babita
.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 <body> element to prevent page scrolling, .model-header shows header of the modal often contains a title and a close button.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.