0
0
Bootsrapmarkup~5 mins

Bootstrap folder structure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the main purpose of the css folder in a Bootstrap project?
The css folder holds all the CSS files, including Bootstrap's core styles and any custom styles you add to change the look of your site.
Click to reveal answer
beginner
What files are typically found inside the js folder in Bootstrap?
The js folder contains JavaScript files that add interactive features, like modals and dropdowns, including Bootstrap's JavaScript plugins and sometimes custom scripts.
Click to reveal answer
intermediate
Why do we have a fonts or webfonts folder in Bootstrap projects?
This folder stores font files used by Bootstrap or custom fonts, ensuring text displays correctly and consistently across browsers.
Click to reveal answer
beginner
What is the role of the img folder in a Bootstrap folder structure?
The img folder holds all images used on the website, like logos, icons, and photos, keeping them organized and easy to find.
Click to reveal answer
intermediate
Where do you place your custom Bootstrap theme files in the folder structure?
Custom theme files usually go inside the css folder, often named something like custom.css, so they load after Bootstrap's default styles.
Click to reveal answer
Which folder in a Bootstrap project typically contains the JavaScript files?
Aimg
Bcss
Cfonts
Djs
Where should you put your custom CSS files in a Bootstrap folder structure?
Acss folder
Bfonts folder
Cimg folder
Djs folder
What is the main content of the img folder?
AJavaScript files
BImage files like logos and icons
CFont files
DCSS files
Why do Bootstrap projects include a fonts or webfonts folder?
ATo hold image files
BTo store JavaScript plugins
CTo keep font files for consistent text display
DTo save CSS files
Which folder would you check first if Bootstrap's interactive components are not working?
Ajs
Bcss
Cimg
Dfonts
Describe the typical folder structure of a Bootstrap project and the purpose of each main folder.
Think about where styles, scripts, images, and fonts are stored.
You got /5 concepts.
    Explain why organizing files into folders like css, js, img, and fonts is helpful in a Bootstrap project.
    Consider how neat folders help both developers and browsers.
    You got /4 concepts.