Home » HTML » Html miscellaneous » Question
  1. Which of the following is for title of the modal?
    1. .modal-lg
    2. .modal-open
    3. .modal-title
    4. .modal-sm
    5. None of these
Correct Option: C

.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.



Your comments will be displayed only after manual approval.