Jump to content
xisto Community
Sign in to follow this  
itssami

What Is W3.org

Recommended Posts

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

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

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

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

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

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 by Inspiron (see edit history)

Share this post


Link to post
Share on other sites

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.