The document discusses designing websites to be responsive across different devices. It recommends embracing the flexibility of the web rather than trying to control layout as with print. The key steps are to write semantic HTML, use CSS that works for small screens, and add styles with media queries for wider browsers. The goal is an adaptive design that looks good on any device rather than separate sites for each.