itssami 0 Report post Posted April 12, 2006 I have seen often this kind of lines in many many websites source code.. i wonder what is W3.org ? and what role they play in website designing ? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;<html xmlns="http://www.w3.org/1999/xhtml/ ; xml:lang="en-US" lang="en-US"><head profile="http://www.w3.org/2000/08/w3c-synd/ http-equiv="Content-Type" content="text/html; charset=utf-8" /> Notice from jlhaslip: Please use code or quote or html or codebox tags where required. Thanks Share this post Link to post Share on other sites
CrazyRob 0 Report post Posted April 12, 2006 i think w3 is for websites where thery can chek if its complient to web standards in text and image based browsers Share this post Link to post Share on other sites
Inspiron 0 Report post Posted April 12, 2006 W3, also known as World Wide Web Consortium (W3C), is a group that sets the internet standards which internet browsers and web developers will follow. By doing this, it makes sure that whatever you did on your webpage will be viewed properly in browsers which were built based on the standard.Those lines of codes in your post indicates that the webpage was created with reference to the specific standard on the w3c website. Share this post Link to post Share on other sites
savge17 0 Report post Posted April 12, 2006 Its pretty funny actually, isnt there a virus related to of the same name? Share this post Link to post Share on other sites
Tyssen 0 Report post Posted April 12, 2006 Those lines of codes in your post indicates that the webpage was created with reference to the specific standard on the w3c website.It does more than that - it gives the browser a set of rules by which to render your code. The doctype you've posted is a strict one which means the browser will be less forgiving of mistakes in your code than if you used a transitional doctype. Share this post Link to post Share on other sites
FirefoxRocks 0 Report post Posted April 14, 2006 I use W3.org to help me validate my website so that it can be displayed in most Internet browsers properly (although you might want to look at my Vent post).w3schools.com is related to w3.org. It teaches you abotu Web development such as HTML and XHTML, CSS, JavaScript and many others such as XML.I think they are both great. Thier founder is Tim Berners-Lee, the founder of the Internet.Remember to validate websites at http://validator.w3.org/. Share this post Link to post Share on other sites
amhso 0 Report post Posted April 18, 2006 w3schools is the besdt place to learn to make webpages. Since they make all the standards it's pretty logical to learn from them. They also have certification. I also think their scripting tutorials (php, xhtml, etc) are very good and have tons of examples and references. That's where i learned html and css from. Share this post Link to post Share on other sites
Inspiron 0 Report post Posted April 18, 2006 (edited) Remember to validate websites at http://validator.w3.org/.Somehow I don't really like that validator. I'm not sure if any site will appear errorless. Try validating google.com or yahoo.com. Even these websites have tons of errors on the validator. What other sites are perfect? Edited April 18, 2006 by Inspiron (see edit history) Share this post Link to post Share on other sites
matto 0 Report post Posted April 30, 2006 Somehow I don't really like that validator. I'm not sure if any site will appear errorless. Try validating google.com or yahoo.com. Even these websites have tons of errors on the validator. What other sites are perfect?How ironic: Microsoft's website passes the standard with no errors (as far as I was able to see from running the validator), though, as you just stated, Google failed with 47 errors. Pretty weird. But then again, after a bit of peaking around, a lot (if nor most) of Microsoft's other pages seem to fail. At least they tried hard in making their home page, which is weird considering how Microsoft is Microsoft (and how Google is Google...) Share this post Link to post Share on other sites