Presentational Separation

We separate a website’s presentation rules and elements such as images into a single style sheet instead of repeating them on every page.

This results in:

  • Greater content flexibility – content can be presented in a variety of ways for different users.
  • Fewer errors during web page modification due to simple web pages.
  • Greater ease in website maintenance from the use of simple code and a single style sheet.
  • Quicker download speed – because the browser downloads and stores the style sheet together with the first page of the site, following pages only need access the already stored sheet, saving in load time.