Home

Coding Standards

The single most important part of your web site it the underlying code that makes it run. Creating clean code beneath your web site is not only good practice but is also important for a number of other reasons.

  • Accessibility Read more
  • Ensure your site displays properly in all browsers Read more
  • Improve search engine ranking Read more
  • Allow access to older browsers Read more
  • Adding your own search engine Read more

The World Wide Web Consortium (W3C) creates coding standards for the worldwide web. Though some browsers will render pages correctly with invalid code, it is not in the best interest of the web site to do so. By following the W3C standards, you assure site visitors of a better experience and also increase the potential for return visitors and referrals.