vote up 0 vote down star

Possible Duplicate:
Why would you need a “Valid XHTML & CSS” notice at the end of a page

Hi,

Why so many websites type something like "valid XHTML & CSS"? What's the point? If I want to find out I can validate myself... I get the feeling that the site coder wants to show off his skills or something, but in my opinion it's not a skill to write valid XHTML/CSS, it's a must to write standard code, therefore, sites that are not valid code should state "invalid XHTML/CSS" and not the other way around.

Does anyone share my feelings/thoughts?

flag

This seems to be more suited for a blog post. Voting to close. – Rex M Jul 7 at 18:14
This is a duplicate of stackoverflow.com/questions/1053916/…. Consider not answering it. – John Saunders Jul 7 at 18:14

closed as exact duplicate by Randolpho, John Saunders, Rex M, Paolo Bergantino, Andrew Hare Jul 7 at 18:15

2 Answers

vote up 3 vote down check

Mostly, people who specify that their sites are valid XHTML/CSS are attempting to foster adoption of strict, standards-based websites.

link|flag
vote up 0 vote down

The W3C HTML validator and CSS validator contain linking code to display banners that markup and CSS are valid.

It's mainly to tell you that the authors have actually bothered to make sure that the XHTML and CSS are valid.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.