A Web Design Bestseller

Figure D11.1 The New York Times uses a style sheet called global.css for displaying pages on a desktop screen (a), and one called print.css for displaying pages for a printer (b).Page-by-page update of a site design including layout, colors, and fonts’ is a time-consuming and error-prone process.

Figure D11.6 Style sheets let you separate content from look and feel so that you can change each independently of the other.Start your site design using a style sheet so that changes will be easier to make later. Separate content and navigation from design and layout so that you can build different designs from your content and navigation. If your site pages are likely to be printed, create a print style sheet. If customers will want to use your site from a mobile device, create a mobile style sheet. If you build pages in this way, your site will be more accessible to everyone.