Feb 26

Most of us are familiar with validating our html code. If you are now check out my previous blog entry. However, you can and should also validate your css code. Most modern websites today use css, or cascading style sheets, to help the web developer bring common styles with extra html code. This common case also needs to be validated to help you website be read by search engines.

I use a simple one listed here. http://jigsaw.w3.org/css-validator/

1. You have a couple of options to validate. You can insert the url to your css file, and have it check.

2. You can take a local copy you have onj your hard drive and upload.

3. Or you can cut and paste the code directly into a text box.

Once the website reads your code, it will return information on whether the code is valid or now. The good news is if its not, it will also tell you where the problems exist. Just like the html validator, its best to start making corrections at the top and work down. The reason for this is sometimes the errors you fix at the top repairs the errors below.

Remember is you want you web pages to rank high with google be sure to validate you css code.

Checkout outr hosting services at www.1-clickhosting.com/hosting.html

Leave a Reply