Home » HTML » Html miscellaneous » Question
  1. Which defines style for body of the modal?
    1. .modal-body
    2. .modal-dialog
    3. .modal-content
    4. .modal
    5. 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.



Your comments will be displayed only after manual approval.