Validation is checking something against a rule. When you are
beginners, this is very common that you will do many mistakes in writing
your CSS rules. How you will make sure whatever you have written is
100% accurate and upto the W3 quality standards.
If you use CSS your code needs to be correct. Improper code may cause unexpected results in how your page looks or functions.
But if you want to validate your CSS style sheet embedded in an (X)HTML document, you should first check that the (X)HTML you use is valid.
Tool to check the validity of (X)HTML document: Validate (X)HTML document.
There are following good tools to check the validity of your CSS.
If you use CSS your code needs to be correct. Improper code may cause unexpected results in how your page looks or functions.
But if you want to validate your CSS style sheet embedded in an (X)HTML document, you should first check that the (X)HTML you use is valid.
Tool to check the validity of (X)HTML document: Validate (X)HTML document.
There are following good tools to check the validity of your CSS.
Why Validate Your HTML Code?
There are a number of reasons why you should validate your code. But major ones are:- It Helps Cross-Browser, Cross-Platform and Future Compatibility.
- Increase Search Engine Visibility because you have good quality website.
- Professionalism: As a web developer your code should not raise errors while seen by the visitors.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.