Bootstrap and Tailwind are examples of what kind of tools in web development?
- CSS preprocessors
- Front-end frameworks
- JavaScript frameworks
- Server-side scripting tools
Bootstrap and Tailwind are popular front-end frameworks that provide pre-designed components and styles, simplifying the development of responsive and visually appealing web interfaces.
Loading...
Related Quiz
- A web page has a multi-column layout using floats, but the developer wants to switch to a single-column layout on devices with a width less than 600px. What approach should they take using media queries?
- How does the use of CSS media queries enhance accessibility for users with specific needs, such as those requiring high contrast or large text?
- What is the default value of the box-sizing property in CSS?
- What does the animation-fill-mode property do in a CSS animation?
- For a web application with a sidebar and main content area, how would you use CSS Grid to switch from a horizontal layout on wider screens to a vertical layout on narrower screens?