In which order should your custom CSS file be linked in an HTML document when using Bootstrap?
- Before linking the Bootstrap CSS file
- After linking the Bootstrap CSS file
- It doesn't matter as long as the file is linked
- Inside the section of the HTML document
Your custom CSS file should be linked after the Bootstrap CSS file to ensure that your styles override the default Bootstrap styles. Placing it after the Bootstrap link in the HTML document is a best practice.
Loading...
Related Quiz
- To create a bouncing animation in Bootstrap, use the class '___'.
- How can you use Bootstrap to display data fetched via an AJAX call?
- In Bootstrap cards, the 'card-header ___' class is used for adding header content.
- The Bootstrap class 'navbar-___' can be used to change the navbar's theme.
- The '___-wrap' utility in Bootstrap controls whether items wrap around or stay in a single line.