Home / Programming MCQs / Bootstrap MCQs / Question

B

Babita • 7.55K Points
Tutor III

Q. Which defines style for body of the modal?

(A) .modal-body
(B) .modal-dialog
(C) .modal-content
(D) .modal

Explanation:

.modal-body defines style for the body of the modal, we can add HTML markup here, .modal-content styles modal we can add modal’s header, body and footer, .modal-dialog sets the proper width and margin of the modal.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.