Why is it important to use a version control system like Git for maintaining Bootstrap code?
- Ensures collaboration among developers
- Facilitates code rollback in case of errors
- Manages and tracks changes in the codebase
- All of the above
Using a version control system like Git is crucial for tracking changes, managing collaboration, and easily rolling back to previous versions in case of errors or issues.
Loading...
Related Quiz
- In a project requiring mobile-first design with Bootstrap, how would you structure your HTML for a responsive navbar?
- To create a custom build of Bootstrap, developers commonly use the Sass ___ function for conditional styling.
- How do you detect when a Bootstrap carousel slide transition ends?
- When customizing Bootstrap with Sass, what is the significance of the !default flag in variable declarations?
- Q2. How would you create a Bootstrap dashboard that dynamically displays user data?