-
Which defines style for body of the modal?
-
- .modal-body
- .modal-dialog
- .modal-content
- .modal
- None of these
Correct Option: A
.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.