Web Hosting Talk







View Full Version : W3C Logo


seeker
05-14-2001, 02:57 PM
I have seen sites having W3C Valid HTML logo

How did they get that???
(just copy & paste :D )

I mean what a site should fulfill to get that logo???

determinist
05-14-2001, 03:13 PM
Go to http://validator.w3.org/ and do a validate on your website, remember to include "http://".

After that you'll be taken to a page, scroll down all the way to the bottom, on the last third line was a link "check it for validity", click it and you'll find the result..

here's an example when i tried validating google.com (http://jigsaw.w3.org/css-validator/validator?uri=http://google.com/)

You can find more details (in fact all) at the above links.

seeker
05-14-2001, 08:33 PM
Yeah..Thanks.

It's a good method they occupy for ensure valid (?)
HTML being implemented in web

I tried it for my sites but I was not as lucky as the guy who did google.com ;) ;)

(SH)Saeed
05-14-2001, 08:37 PM
That site is giving lots of errors for nothing. My sites work in both IE and NS, they even look 100% the same if you remove the CSS features IE supports. When I checked it with it I got like 15 warning/errors.

The Prohacker
05-14-2001, 09:01 PM
God don't validate this site :D
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.webhostingtalk.com%2F&doctype=Inline

Synergy
05-14-2001, 09:35 PM
I validated my site and got 22 errors but my site still shows up right on IE and Netscape.:rolleyes:

seeker
05-15-2001, 10:10 AM
The validator only check the HTML in your site is complys with the HTML specification at W3C.

It doesnt have to do anything with the browsers or browser compatibility.:)

Please visit here (http://www.w3c.org) to learn more

determinist
05-15-2001, 01:31 PM
Originally posted by seeker
Yeah..Thanks.

It's a good method they occupy for ensure valid (?)
HTML being implemented in web

I tried it for my sites but I was not as lucky as the guy who did google.com ;) ;)

I not sure, but i've never tried a site that could successfully pass it's HTML validate without errors.

The previous result for google.com is validated in CSS, not HTML. It actually failed the HTML validation. Here (http://validator.w3.org/check?uri=http%3A%2F%2Fgoogle.com%2F&doctype=HTML+4.01+Transitional) :confused: Kinda confusing, don't even know it works..