Responsive web design (RWD) is a design and development approach that ensures a website looks and functions well on any device, whether that's a smartphone, tablet, laptop, or large desktop screen.
Instead of building separate versions of a website for different devices, a responsive site uses flexible grids, scalable images, and CSS media queries to adapt the layout fluidly. This means the same HTML content is served to every visitor, but the presentation changes based on screen width and device capabilities.
The term was coined by Ethan Marcotte in 2010, and it has since become the standard approach for modern web development. Google also recommends responsive design as its preferred mobile configuration.