Responsive Web Design
Responsive web design is an approach in which a layout adapts to different viewport sizes, devices and available space.
Responsive layouts commonly combine flexible sizing, CSS media queries, responsive images and layout systems such as Flexbox or Grid rather than relying on one fixed canvas size.
Designing for changing viewport conditions
Responsive layouts commonly combine flexible sizing, CSS media queries, responsive images and layout systems such as Flexbox or Grid rather than relying on one fixed canvas size. In practical terms, Responsive Web Design belongs to the browser, server or document layer. Knowing that layer is important because it tells you what the term can change, what it cannot change, and where to look when something behaves unexpectedly.
One layout adapting across widths
A two-column service section can become one column on narrow screens while type, spacing and controls adapt to available width.
Where responsive behavior is tested
You do not need to memorize the term in isolation. It becomes useful when you can recognize it in the tool, browser, file or conversation where the concept is doing real work.
Responsive design is broader than media queries
Responsive web design is an approach in which a layout adapts to different viewport sizes, devices and available space. By contrast, A media query conditionally applies CSS according to characteristics of the output environment or viewport. The two can appear in the same project, but they describe different parts of the work and should not be used as interchangeable labels.
The mistake: designing only for named devices
The common mistake is to use Responsive Web Design as if it also meant Media Query. That blurs two separate decisions and usually sends troubleshooting in the wrong direction. A better test is practical: Test real content at several widths rather than checking only one phone and one desktop preset.
Why flexible layouts age better
In day-to-day work, Responsive Web Design matters when the concept needs to be identified precisely instead of being grouped with a nearby term. The practical value is not the vocabulary itself; it is being able to identify the right control, file, setting or decision when the concept becomes relevant.
A two-column service section can become one column on narrow screens while type, spacing and controls adapt to available width. That example is useful because it turns the definition into something you can recognize, test and discuss with other people working on the same project.
Related terms worth learning next
Sources and further reading
Use these references when you need documentation-level detail, specifications or product-specific behavior beyond the plain-English explanation above.