HTML validation and CSS validation are controversial issues with some people. This article discusses some of the issues that have come increasingly to the fore in web development. The article will also provide a practical method that overworked webmasters can use to improve their website.
What does Validating HTML or CSS Mean?
For those who are unfamiliar with what validating a web page means, it basically refers to using a program or an online service to check that the web page that you created is free of errors. In particular, an HTML validator
Since 1996, Cascading Style Sheets (CSS) have provided a way of separating the structure from the style in a elegant and effective manner. In the last year (2001), many user agents (browsers) have implemented support for CSS 1 and CSS 2. Using style sheets helps you maintain all the information about the style of your documents in a single place.
At the date of writing this article, you can choose between CSS 1 and CSS 2 to put style in your documents.
Designing with style sheets has many benefits, like reducing the design cost of your Web site
For those who are unfamiliar with what validating a web page (ie validating your HTML or CSS code) means, it basically refers to using a program or an online service to check that the web page that you created is free of errors.
In particular, an HTML validator checks to make sure the HTML code on your web page complies with the standards set by the W3 Consortium (the organisation that issues the HTML standards). There are various types of validators - some check only for errors, others also make suggestions about your code, telling you when a