-
Which of the following is for title of the modal?
-
- .modal-lg
- .modal-open
- .modal-title
- .modal-sm
- 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.