What dependencies does bootstrap require to work properly?
Answer / Neha Srivastava
To make Bootstrap work properly, you need to include the following dependencies in your HTML file: 1) CSS files: bootstrap.min.css and optional theme (bootstrap-theme.min.css); 2) JavaScript files: jQuery (for older versions), popper.js, and bootstrap.min.js.
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know what is normalize in bootstrap?
What are the types of layout available in Bootstrap?
Tell me how will you create a bootstrap alert?
What is pagination in bootstrap and how are they classified?
When the bootstrap is inconsistent and how to remedy it?
How can we make image responsive in bootstrap?
what media object in Bootstrap is and what are their types?
What will be the default bootstrap look of the alert created with this following code:<div class="alert" role="alert">warning! What I'm missing something.</Div>
Tell me can you put a table within bootstrap panel?
Explain bootstrap 4 tables?
What are grid classes in the bootstrap?
What is the purpose of .media-list class in bootstrap?