Responsive web design
Responsive web design is an approach that uses flexible layouts, media queries, and adaptable content to make websites work across different screen sizes and device capabilities.
Linked from 14 pages
Web designBroader topic: It turns a design into layouts that remain usable across viewport widths.
HTMLRelated: Responsive layouts rely on HTML content that can be rearranged for different viewports.
Page layoutRelated: Responsive rules rearrange page elements as the available viewport changes.
CSSRelated: CSS media queries and flexible layouts make responsive pages possible.
Pixel densityRelated: Web graphics often use density-aware assets to remain sharp across screens.