Html / xhtml |
This is a discussion on Html / xhtml within the HTML / XHTML forums, part of the Development category; Who created HTML and XHTML?... |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
| Junior Member Join Date: Aug 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
![]() Expertise: Total Beginner Experience: Basic / None |
Who created HTML and XHTML?
|
| | |
| | #2 |
![]() Join Date: Dec 2008
Posts: 1,844
Blog Entries: 3 Thanks: 13
Thanked 36 Times in 34 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Expertise: (X)HTML / CSS Experience: Professional | HTML was first thought up around 1980 by Tim Berners-Lee, although a fully formed basic version wasn't around until 1990 when it was accepted by his employer CERN. From there it has grown and been driven by the community who use it, web developers, and particularily by the world wide web consortium (set up in 1996) The latest version of HTML (4.01) was published as a recommendation back in 1999, and so we all partied like it was that year. We are awaiting HTML5, which is currently in working draft (since 2008). xHTML, grew out of HTML and was published as a recommendation in 2000. We still only have version 1.0. Version 2.0, whilst a working draft, will not continue to be developed. Instead, we should have xHTML5; which is being developed alongside HTML5. Having said that, I heard somewhere that Al Gore invented it????
__________________ WelshStew follow me on twitter here | WelshStew - Web Design & Web Development | Motorhome hire uk |
| | |
| | #3 | ||
| Member Join Date: Jan 2009 Location: 127.0.0.1
Posts: 113
Thanks: 1
Thanked 6 Times in 6 Posts
![]() Expertise: (X)HTML / CSS Experience: Expert | Quote:
Quote:
| ||
| | |
| | #4 |
| Member Join Date: Dec 2008 Location: Hatfield, UK
Posts: 170
Thanks: 1
Thanked 8 Times in 8 Posts
![]() Expertise: PHP Experience: Professional |
Check out w3.org Regarding what has been written. XHTML is HTML 4.0 rewritten in xml. Basically, professional's decided that HTML was a bit of a tag soup and they wanted to create valid documents which made sense. This means that instead of this. Code: <div CLASS=content> <P>Some text </div> Code: <div class="content"> <p>Some text</p> </div> However, XHTML was never proper supported by IE which led to some problems. This brings us closer to today. XHTML2 isn't the next version of XHTML. It is basically a new mark up language with lots of new tags. Because of this, it became somewhat unpopular within the development community. Mark up needs to be improved but it doesn't need to be completely rewritten from scratch. With this in mind the current version of XHTML2 was abandoned. XHTML5 doesn't really exist, its like DHMTL, just a tag for existing technologies. HTML5 is case insensitive and you do not need to close tags. Another tag soup. If you add a line telling the browser to render this page as XML you are forced into lower case + closing tags. Thus you effectively have 'XHTML5'. HTML 5 rendered as XML.
__________________ |
| | |
| | #5 |
![]() Join Date: Dec 2008
Posts: 1,844
Blog Entries: 3 Thanks: 13
Thanked 36 Times in 34 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Expertise: (X)HTML / CSS Experience: Professional | I didn't know that, thanks for pointing it out. [need to read more, but no time]
__________________ WelshStew follow me on twitter here | WelshStew - Web Design & Web Development | Motorhome hire uk |
| | |
| | #6 | |||
| Member Join Date: Jul 2009
Posts: 191
Thanks: 0
Thanked 18 Times in 17 Posts
![]() Expertise: (X)HTML / CSS Experience: Quite Good | Quote:
Quote:
![]() Quote:
| |||
| | |
| | #7 | |
![]() Join Date: Jan 2009 Location: Your Imagination
Posts: 729
Blog Entries: 4 Thanks: 1
Thanked 27 Times in 26 Posts
![]() ![]() ![]() Expertise: PHP Experience: Professional | Quote:
Since most people aren't going to bother with using the correct MIME type of text/xml, but rather just leave it on the default text/html, XHTML doesn't cause any issues with IE for the most part.
__________________ Panthr - Web Design and Development | |
| | |
| | #8 | |
| Member Join Date: Dec 2008 Location: Hatfield, UK
Posts: 170
Thanks: 1
Thanked 8 Times in 8 Posts
![]() Expertise: PHP Experience: Professional | Quote:
Its like XHTML5. It doesn't exist. You can learn HTML5 and you can learn XML. XHTML5 isn't a separate language in itself. Its just the product of putting HTML5 and xml together.
__________________ | |
| | |
| | #9 | |
| Member Join Date: Jul 2009
Posts: 191
Thanks: 0
Thanked 18 Times in 17 Posts
![]() Expertise: (X)HTML / CSS Experience: Quite Good | Quote:
If you're talking about syntax, then yes, XHTML 5 and HTML 5 are nearly identical. However, the same is true of HTML 4.01 and XHTML 1.0. Define "separate language". :p | |
| | |
| | #10 |
| Member Join Date: Dec 2008 Location: Hatfield, UK
Posts: 170
Thanks: 1
Thanked 8 Times in 8 Posts
![]() Expertise: PHP Experience: Professional |
*sigh* The difference is exactly what you said. XHTML1, HTML4/5 all have specifications from W3C. 'XHTML5' is simply using HTML5 while parsing it with xml and the xml syntax. XHTML1's syntax is similar to that of HTML but there are some minor differences. 'XHTML5' and HTML5 syntax are identical because they are the same formulation of HTML. Only difference is how the document is being parsed. All I am trying to say is that XHTML5 shouldn't be mistaken for a new version or iteration of XHTML. It is simply a buzzword used to describe the use of HTML5 + xml together. For example, on your CV, you would put down HTML5 as something you know. Not XHTML5.
__________________ |
| | |
![]() |
| Tags |
| xhtml |
| Thread Tools | |
| Display Modes | |