` as a modal.
+
+e) `.modal-dialog` class sets the proper height and width of the dialog.
+
+f) `.modal-content` class styles the modal.It contains header,body and footer sections.
+
+g) `.modal-header` class denotes the header section of the modal (title and (×) button).
+
+h) `.modal-title` class styles the header of the modal with a proper height.
+
+i) `.modal-body` class styles the body of the modal(dialog/popup).It can have other markups like `
,
,