Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Just wondering why w3.org is on every webpage source.
#1
Does anyone know why the following is on most page sources. Does w3.org own the internet? And then when I used Adobe Dreamweaver CS4, it automatically shows the following or something similar. Most of the time it has w3.org somewhere.

Quote:"-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

Might be a stupid question, and I'm sure no one notices it, but a bit of trivia. Victoire

So why?
[Image: Dingo_Dog.jpg]
Reply
#2
It tells the browser which version of HTML/XHTML you are using.you are using.
Do you know how to make games? Do you know 3d Modeling? If so then visit
[Image: logo.png]
Reply
#3
Huh, I assumed it was some sort of webpage registration thing... like when you register your domain...

Haha, I was way off!
Reply
#4
I don't think they own it as such but they set the standards.

http://en.wikipedia.org/wiki/World_Wide_Web_Consortium

You need the code you posted above so it knows what version of HTML/XHTML you're using so it can check if it's valid (if you choose to validate your code).
MyBB Support Team Lead
Reply
#5
Haha, what standards do they set?

I can find anything I want on the internets!
Reply
#6
The HTML/XHTML/CSS etc standards. What's valid code, what isn't.
MyBB Support Team Lead
Reply
#7
(10-28-2009, 03:33 AM)MattR Wrote: I don't think they own it as such but they set the standards.

http://en.wikipedia.org/wiki/World_Wide_Web_Consortium

You need the code you posted above so it knows what version of HTML/XHTML you're using so it can check if it's valid (if you choose to validate your code).

Validating your code isn't essential. Just make sure that it works in most browsers. Hell, AFAIK, even Google doesn't validate it's code.
Reply
#8
The W3C (World Wide Web Consortium) are the people that set the standards for markup language and browser compatibility.

It's not required to have a doctype but it's certainly encouraged. Browsers normally render just fine without it. However what happens is that if you have new markup like xhtml strict and you don't define it on your site with a doctype then you run the risk of the browser misinterpreting the rendering of the page.

I always encourage everyone to validate their website.
http://validator.w3.org/

Right now W3C is working on creating the newest standards (html 2.0).
Superman I am here to rescue you.
This is Support Forums not Support PMs.  Do not PM me for support unless it's private and site related.
Reply
#9
(10-31-2009, 05:36 PM)Omniscient Wrote: The W3C (World Wide Web Consortium) are the people that set the standards for markup language and browser compatibility.

It's not required to have a doctype but it's certainly encouraged. Browsers normally render just fine without it. However what happens is that if you have new markup like xhtml strict and you don't define it on your site with a doctype then you run the risk of the browser misinterpreting the rendering of the page.

I always encourage everyone to validate their website.
http://validator.w3.org/

Right now W3C is working on creating the newest standards (html 2.0).

Epic. Blink
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Support DarkCoding.org - It's coming back! TalishHF 0 444 01-21-2012, 09:16 PM
Last Post: TalishHF
  Thinkforums.org Dr.BrokenGod 3 807 07-04-2011, 06:46 PM
Last Post: AceInfinity
  Help on improving my site - gamingbay.org Renegader 51 12,746 12-07-2010, 05:35 AM
Last Post: SPY™
  Song on load event of a webpage Akshay* 0 641 10-10-2009, 11:30 PM
Last Post: Akshay*

Forum Jump:


Users browsing this thread: 1 Guest(s)