nerdexam
CIW

1D0-720 · Question #50

What is a fundamental principle of Responsive Web Design?

The correct answer is B. Design should adapt to the user's behavior and environment. Responsive Web Design (RWD), coined by Ethan Marcotte, is built on the core idea that a website's layout and content should fluidly adapt to the user's behavior and environment - including screen size, platform, and orientation - rather than serving a fixed layout. Option A…

Responsive Web Design

Question

What is a fundamental principle of Responsive Web Design?

Options

  • ADesign for the largest screen size first.
  • BDesign should adapt to the user's behavior and environment.
  • CUse of only CSS3 for styling.
  • DExclusive focus on desktop browsers.

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    88% (23)
  • D
    8% (2)

Explanation

Responsive Web Design (RWD), coined by Ethan Marcotte, is built on the core idea that a website's layout and content should fluidly adapt to the user's behavior and environment - including screen size, platform, and orientation - rather than serving a fixed layout. Option A describes "desktop-first" design, which is actually the opposite of the now-preferred "mobile-first" approach; RWD doesn't mandate starting from either extreme. Option C is wrong because RWD is a design philosophy, not a constraint to a single technology - it uses fluid grids, flexible images, and media queries, but isn't limited to CSS3. Option D contradicts the entire premise of RWD, which explicitly exists to break away from desktop-only thinking and serve all device types.

Memory tip: Think of the word Responsive - a good doctor responds to the patient in front of them, not a fixed template. RWD responds to whoever (and whatever device) shows up.

Topics

#RWD Principles#Adaptive Design#User Environment#Flexible Layout

Community Discussion

No community discussion yet for this question.

Full 1D0-720 Practice