Recall & Review
beginner
What is the main approach Tailwind CSS uses for styling?
Tailwind CSS uses utility-first classes, which means it provides small, single-purpose classes that you combine to build custom designs directly in your HTML.
Click to reveal answer
beginner
How does Bootstrap handle styling compared to Tailwind?
Bootstrap provides pre-designed components and styles out of the box, like buttons and navbars, which you use as building blocks for your site.
Click to reveal answer
intermediate
Which framework encourages more custom design flexibility: Tailwind or Bootstrap?
Tailwind encourages more custom design flexibility because you build styles by combining utility classes, while Bootstrap has a fixed design style that can be customized but is more opinionated.
Click to reveal answer
beginner
What is a benefit of using Tailwind's utility classes in HTML?
Using utility classes in HTML lets you see and control styles directly in your markup, making it easier to customize and avoid writing separate CSS files.
Click to reveal answer
beginner
How does Bootstrap help beginners compared to Tailwind?
Bootstrap helps beginners by providing ready-made components and consistent styles, so you can build a good-looking site quickly without designing from scratch.
Click to reveal answer
Which CSS framework uses utility-first classes for styling?
✗ Incorrect
Tailwind CSS is known for its utility-first approach, providing small classes to build custom designs.
Bootstrap mainly provides:
✗ Incorrect
Bootstrap offers pre-designed components like buttons and navbars to help build websites quickly.
Which framework is better if you want a quick, consistent design without much customization?
✗ Incorrect
Bootstrap provides ready-made styles and components, making it easier to get a consistent look fast.
Tailwind CSS styles are mainly applied by:
✗ Incorrect
Tailwind encourages styling directly in HTML using utility classes.
Which framework requires more design decisions from the developer?
✗ Incorrect
Tailwind gives you building blocks but you decide how to combine them, so it needs more design choices.
Explain how Tailwind CSS and Bootstrap differ in their approach to styling web pages.
Think about how each framework helps you build the look of a website.
You got /4 concepts.
Describe a situation where you might choose Bootstrap over Tailwind, and why.
Consider ease and speed of building a consistent design.
You got /4 concepts.