This one is much easier said than done sometimes. I have many sites that I’ve never even looked at through the validators but then there’s other sites that I have validated correctly. It always helps to validate your HTML and CSS and it makes the pages load faster. It also gets you better rankings on the search engines.
Validate your HTML here: http://validator.w3.org/
Validate your CSS here: http://jigsaw.w3.org/css-validator/
It’s also very important to have a doctype at the top of your HTML document. Here’s a recommended list of doctypes you can use:
http://www.w3.org/QA/2002/04/valid-dtd-list.html
If you’re editing your html in Dreamweaver then it will…Read More
Tags: Site Speed & Performance