* <!doctype html>
* The web server can serve certain meta tags (e.g. in .htaccess for apache) which would not have validated. (e.g. X-UA-Compatible to specify content)
* <meta charset="utf-8" /> is acceptible in most browswers
* // instead of http:// makes a relative URL, works in most if not all browsers
* html { overflow-y: scroll; } fixes contents moving due to scrollbar appearance on longer pages
* DD_belatedPNG - better IE PNG fix http://www.dillerdesign.com/experiment/DD_belatedPNG/
* Often a good idea to use font-family "sans-serif" instead of "Helvetica, Arial, sans-serif" for better cross-platform sans-serif font choice
* <!doctype html>
* The web server can serve certain meta tags (e.g. in .htaccess for apache) which would not have validated. (e.g. X-UA-Compatible to specify content)
* <meta charset="utf-8" /> is acceptible in most browswers
* // instead of http:// makes a relative URL, works in most if not all browsers
* html { overflow-y: scroll; } fixes contents moving due to scrollbar appearance on longer pages
* DD_belatedPNG - better IE PNG fix http://www.dillerdesign.com/experiment/DD_belatedPNG/
* Often a good idea to use font-family "sans-serif" instead of "Helvetica, Arial, sans-serif" for better cross-platform sans-serif font choice