Bootstrap Question:

Download Job Interview Questions and Answers PDF

Tell me what is Modal plugin used for in Bootstrap?

Bootstrap Interview Question
Bootstrap Interview Question

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 Interview Questions And Answers PDF

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?