Challenge - 5 Problems
Bootstrap Import Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate2:00remaining
How to include Bootstrap CSS in an HTML file?
Which of the following HTML lines correctly includes Bootstrap CSS from a CDN in your project?
Attempts:
2 left
💡 Hint
Bootstrap CSS is included with a tag and rel="stylesheet" attribute.
✗ Incorrect
The correct way to include Bootstrap CSS is using a <link> tag with rel="stylesheet" and the href pointing to the Bootstrap CSS file.
Option A includes Bootstrap JavaScript, not CSS. Option A uses <style> incorrectly. Option A uses wrong attributes.
📝 Syntax
intermediate2:00remaining
Correct way to import Bootstrap JS bundle with Popper
Which script tag correctly imports Bootstrap's JavaScript bundle including Popper from a CDN?
Attempts:
2 left
💡 Hint
Bootstrap bundle includes Popper and is loaded with a