History of HTML - 5
History of HTML - 5
History of HTML - 5
HTML - 5
Version1.1
1
Introduction to HTML
January 1997
HTML 3.2[14] was published as a W3C Recommendation. It was the first version
developed and standardized exclusively by the W3C, as the IETF had closed its
HTML Working Group in September 1996.[15]
December 1997
HTML 4.0[16] was published as a W3C Recommendation. It offers three
variations:
Strict, in which deprecated elements are forbidden,
Transitional, in which deprecated elements are allowed,
Frameset, in which mostly only frame related elements are allowed;
April 1998
HTML 4.0[19] was reissued with minor edits without incrementing the version
number.
December 1999
HTML 4.01[20] was published as a W3C Recommendation. It offers the same
three variations as HTML 4.0 and its last errata were published May 12, 2001.
2
HTML 5:
HTML 5 is a new version of HTML 4.01 and XHTML 1.0 focusing on the needs of
Web application developers as well as evolving HTML and addressing issues
found in the current specifications.
HTML 5 is the newest specification for HTML, and many browsers are going to
start supporting it in the future. One nice thing about HTML 5 is that it attempts to
stay backwards compatible. So if you don't want to learn it just yet, you don't
need to.
If you build Web applications you will eventually want to learn HTML 5. There are
a lot of new attributes and tags built just for Web applications. For instance, there
are a number of new event handlers for drag and drop:
• ondrag
• ondragstart
• ondragend
• ondrop
At this point in time, there is not a lot of support for HTML 5, but that support is
growing all the time. By staying abreast of the changes you'll be prepared when
they become widely available for use.
HTML was developed by the W3C until 2004, when members of the HTML
working group grew disturbed with the direction the W3C was going with HTML.
They felt that the W3C was not paying enough attention to the real-world
development needs of the language and focusing too much on XML and XHTML.
So they formed a new group called WHATWG (Web Hypertext Application
Technology Working Group) devoted to evolving the Web. They started by
working on a new specification of HTML - HTML 5.
HTML5 is cooperation between the World Wide Web Consortium (W3C) and the
Web Hypertext Application Technology Working Group (WHATWG).
WHATWG was working with web forms and applications, and W3C was working
with XHTML 2.0. In 2006, they decided to cooperate and create a new version of
HTML.
3
Some rules for HTML5 were established:
• Improved Code: HTML 5 will enable web designers to use cleaner, neater
code; we can remove most div tags and replace them with semantic
HTML 5 elements.
• Some of the new features in HTML 5 are functions for embedding audio,
video, graphics, client-side data storage, and interactive documents.
• HTML 5 also contains new elements like <nav>, <header>, <footer>, and
<figure>.
4
• The HTML 5 working group includes AOL, Apple, Google, IBM, Microsoft,
Mozilla, Nokia, Opera, and many hundreds of other vendors.
• Improved support for multimedia. Right now it's a real hodgepodge, and
cross-browser support is stoopid.
• More elements that serve mostly semantic purposes, like header, article,
and section. They won't really do anything, I think, but they will allow
developers to organize documents in a way that makes more sense.
Instead of 10 nested div elements, you'll have nested elements with tag
names that mean something. This will improve SEO, I think, and change
the way we think about embedding content from outside sources.
• And of course lots of improvements to the JavaScript API, which will make
developers very happy.
Features of HTML5
5
The Disadvantages of HTML5:
It shouldn’t be long before all browsers are 100% compatible as HTML 5 has
been designed to make things easier for browsers to render a web page,
powerful applications, rich multimedia, stunning designs are all on their way to a
computer screen near you.