|
Validation is not, and should not, be the be-all and end-all goal. However, validation is important because it shows errors in your code that could cause problems, unintended results etc. Depending on the doctype you're using, some things are just not valid - such as upper case tags and attributes in XHTML Strict, and other things like <font> tags and the "target=" attribute.
There are some things the validator spews out as warnings that I don't stress over. However, in the pursuit of future-proofing your code, validation is something you should be mindful of. What works today, even if it's 'wrong'.. may not work right 2 years from now.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|