What dependencies does bootstrap require to work properly?
Answer Posted / 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 |
Post New Answer View All Answers