A team is developing a web application with a focus on mobile users but wants to ensure a good experience on desktops as well. What strategy should they adopt in their CSS approach?
- Adaptive Web Design
- Desktop-First Design
- Mobile-First Design
- Responsive Web Design
Mobile-First Design is the best strategy, starting with mobile styles and progressively enhancing for larger screens, ensuring a good experience on both mobile and desktop.
Loading...
Related Quiz
- To ensure that fonts are loaded from the same origin, you can use the ________ HTTP header.
- An element with display: none; differs from visibility: hidden; because the former ________.
- How does the ::before pseudo-element differ from the :before pseudo-class in CSS?
- You're creating a fluid typography system where the font size should never go below 16px, never exceed 32px, and scale smoothly between these values based on the viewport width. Which CSS function will help you achieve this?
- Can a more specific CSS selector override a rule marked as !important?