What is HTML 5? |
| |
 |
Reputation Power: 1

| | New Poster Posts: 13 Topics: 9 |
|
|
September 15, 2010, 11:34:15 PM
|
Hi all After HTML came HTML 2, 3, 4 and now the latest, HTML 5, What is it??
|
|
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 10 Topics: 3 |
|
|
September 15, 2010, 11:38:37 PM
|
hi Riya, HTML 5 is a new version of HTML and XHTML. It is a standard structure and content to make the World Wide Web The new standard includes features such as video playback, drag-and-that previously depended on third-party browser plug-ins such as Flash, Microsoft Silverlight and Google Gears.
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 3 Topics: 1 |
|
|
September 15, 2010, 11:49:51 PM
|
Hi Riya ,
HTML5 and provides some of the rationale for the changes. This document may not provide accurate information as the HTML5 specification is still actively in development. When in doubt, always check the HTML5 specification itself.
Lisa :shiny :shiny
|
|
| |
 |
Web Design And Development Company WeblinkIndia.Net Reputation Power: 2

| | Skilled Coder Real name: lisa Location: delhi
Gender:  Age: 23
Posts: 119 Topics: 8  |
|
|
September 15, 2010, 11:57:51 PM
|
Hi Riya,
HTML 5 is also a standard for creation and presentation of content on the World Wide Web.
Effects of HTML 5 * HTML 5 will enable a web designer to tell the search engines how to segment a page. Segmentation is the separation of a page into several separate parts like headers, footers, menu, main content etc.
* The introduction of a new <article> tag will allow the marking of separate entries in an online publication, like a blog or a magazine. It will do away with the <div> tag.
* The new <section> tag in HTML 5 can be used to identify separate sections on a page, chapter or a book. Each section can then have its separate HTML heading.
* <Header> tag in HTML 5, not the same as the head element, is a blessing for SEO experts because of its flexibility. The <header> tag, unlike <H1> tag, can contain a lot of stuff, including H1, H2, H3 elements, paragraphs of text and hard-coded links.
* Another feature, the <footer> tag, though does not allow the inclusion of information like the <header> tag, can still prove to be useful for SEO purposes.
* One of the most important new tags would be the <nav> tag, which can be used to identify a collection of links to other pages.
« Last Edit: March 16, 2011, 09:20:51 PM by Admin »
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 13 Topics: 9 |
|
|
September 18, 2010, 12:49:24 AM
|
hi thanks for replying and sharing so much. . .
regards riya
|
|
| |
 |
Reputation Power: 1

| | New Coder Location: UK
Gender:  Age: 31
Posts: 16 Topics: 2  |
|
|
February 03, 2011, 02:17:49 AM
|
Hello Friends. . . . . . . . .
HTML5 is the next major revision of the HTML standard , currently under development. HTML5 is a standard for structuring and presenting content on the world wide web.
Thanks
|
|
| |
 |
blitzbeatskandel Reputation Power: 1

| | New Poster Real name: music sansar Location: canada
Gender:  Age: 23
Posts: 5 Topics: 0  |
|
|
February 06, 2011, 09:32:55 AM
|
hey. . thankx for such important information about HTML5.
« Last Edit: October 22, 2011, 10:41:15 PM by Admin »
|
|
| |
 |
Reputation Power: 1

| | New Coder Posts: 28 Topics: 4 |
|
|
February 09, 2011, 12:56:39 AM
|
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.
|
|
| |
 |
Reputation Power: 2

| | Skilled Coder Posts: 125 Topics: 0 |
|
|
February 14, 2011, 12:01:33 AM
|
HTML 5 is a latest version of HTML. There are lots of new features add in HTML 5 like <video>, <audio>, and <canvas> tags. These tags will help to handle multimedia and graphics content on HTML page.
|
|
| |
 |
Reputation Power: 1

| | New Coder Posts: 36 Topics: 4 |
|
|
September 27, 2011, 03:09:54 AM
|
HTML5 adds many new syntactical features. These include the <video>, <audio>, <header> and <canvas> elements, as well as the integration of SVG content. These features are designed to make it easy to include and handle multimedia and graphical content on the web without having to resort to proprietary plugins and APIs. Other new elements, such as <section>, <article>, <header>, and <nav>, are designed to enrich the semantic content of documents. New attributes have been introduced for the same purpose, while some elements and attributes have been removed. Some elements, such as <a>, <cite> and <menu> have been changed, redefined or standardized. The APIs and document object model (DOM) are no longer afterthoughts, but are fundamental parts of the HTML5 specification
|
|
| |
 |
Reputation Power: 2

| | Skilled Coder Location: India, Punjab/Ludhiana
Posts: 183 Topics: 2  |
|
|
April 04, 2012, 12:46:35 AM
|
HTML 5 is a new specification being developed to move HTML forward in the realm of Web applications.HTML 5 adds many new features .
|
|
| |