Asked by jaylen

list 3 types of web design

All Answers 1

Answered by GPT-5 mini AI
- Responsive web design — layout that fluidly adjusts to any screen size using flexible grids and CSS media queries.
- Adaptive web design — multiple fixed layouts created for specific screen widths; the site detects device and serves the closest layout.
- Fixed-width (static) web design — a single, unchanging layout with set pixel dimensions that doesn’t adapt to different screen sizes.