adspace


Explain the basic structure of bootstrap framework?

Answer Posted / Atul Goel

The basic structure of Bootstrap includes HTML templates with CSS and JavaScript files. The core CSS file `bootstrap.min.css` contains all styles, while optional components like jQuery and Popper.js are included in the JavaScript file `bootstrap.min.js`. Some popular HTML templates include base (resetting default styles), forms, and grid system.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of bootstrap?

88