Description : Modals are dialog boxes or pop-ups that appear on top of the page content.
Answer :
Bootstrap modals are used to display content in a layer above the application, commonly for forms, alerts, and images. To create a modal, use the `modal`component:Example:-<div class='modal'><div class='modal-dialog'></div></div>
Bootstrap's pagination component helps in navigating through multiple pages of content. It is implemented using the `pagination`class:Example:-<nav><ul class='pagination'><li class='page-item'><a class='page-link' href='#'>1</a></li></ul></nav>
Bootstrap's pagination component helps in navigating through multiple pages of content. It is implemented using the `pagination`class:Example:-<nav><ul class='pagination'><li class='page-item'><a class='page-link' href='#'>1</a></li></ul></nav>