SEARCH
Tag Archives: CSS
Use valid, error‐free source code
Posted in: Blog by admin on December 15, 2009
Make sure that search engines don’t come up against badly coded pages. The World Wide Web Consortium (W3C) has established global standards for HTML and CSS in web pages. In addition to testing for cross‐browser functionality, test each page of your website for errors by using W3C’s validator.
All sites produced by webdesignpreston.org.uk will be checked and re-checked to ensure they are error free
Use CSS to reduce file size
Posted in: Blog by admin on November 12, 2009
Cascading Style Sheets (CSS) is a style sheet language which makes your design more flexible and separates your layout code from the content of each page. CSS enables web designers to easily implement site‐wide changes without going into each page or accidentally messing with their content. CSS also reduces the size of your pages and makes it easier for spiders to find your content – the most im‐portant thing on your page – easily and quickly.
This is standard practice in the web industry any experienced Web design company should be using this methology.