Bootstrap Question:

Tell me what is Modal plugin used for in Bootstrap?

Tweet Share WhatsApp

Answer:

A modal is a child window that is layered over its parent window. Using a custom Jquery Plugin, Bootstrap Modal are created. To enrich user experience and to add functionality to users, modal windows are created with the help of Modal plugin.

Download Bootstrap PDF Read All 128 Bootstrap Questions
Previous QuestionNext Question
Please consider the HTML code snippet below.

<button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="top" title="My Title">Hover over me</button>

What is missing for a tooltip to show properly?
Tell me what are the types of layout available in Bootstrap?