Responsive Web Design

Apply media queries and fluid units.

1. Which CSS unit is relative to the viewport width, making it useful for responsive layouts?
2. Select all practices that help create responsive images.
3. A responsive website uses a single HTML file that adapts to different devices, rather than separate mobile and desktop sites.
4. What term describes a layout that adjusts its elements' size and position based on the available screen space?
5. What is the recommended value for the `width` property in the viewport meta tag to ensure proper mobile scaling?
6. Which of these are common breakpoints used in responsive design?
7. Using `fixed` positioning for navigation bars is always recommended in responsive design.
8. What CSS layout model allows elements to dynamically grow and shrink to fill available space in a container?
9. In media queries, what does the `min-width` condition specify?
10. What is the name of the meta tag that controls how a webpage scales on mobile devices (case-insensitive)?
Answered 0 of 0 — 0 correct