<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HTML.co.uk &#187; html 5 Web Applications</title>
	<atom:link href="http://www.html.co.uk/tag/html-5-web-applications/feed" rel="self" type="application/rss+xml" />
	<link>http://www.html.co.uk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 06 Jan 2010 12:45:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>HTML 5 &#8211; Important New Tags and Changes to Learn</title>
		<link>http://www.html.co.uk/191/html-5-important-new-tags-and-changes-to-learn.html</link>
		<comments>http://www.html.co.uk/191/html-5-important-new-tags-and-changes-to-learn.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 06:20:43 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[dhtml]]></category>
		<category><![CDATA[html 5]]></category>
		<category><![CDATA[html 5 Layout Tags]]></category>
		<category><![CDATA[html 5 Multimedia Content]]></category>
		<category><![CDATA[html 5 tags]]></category>
		<category><![CDATA[html 5 Web Applications]]></category>
		<category><![CDATA[new tags]]></category>
		<category><![CDATA[Ruby Annotations]]></category>

		<guid isPermaLink="false">http://www.html.co.uk/?p=191</guid>
		<description><![CDATA[HTML 5 has brought lots of changes to the specifications of HTML. Doctype is the one thing that can be remembered easily. ]]></description>
			<content:encoded><![CDATA[<p class="blogtext">HTML 5 has brought lots of changes to the specifications of HTML. Doctype is the one thing that can be remembered easily. Apart from doctype, in order to build websites, HTML 5 has brought 25 new tags. Some of the new tags are a long time coming to the HTML and there are some others and they are complicated. However, the complicated tags are very useful. <span id="more-191"></span></p>
<p class="blogtext"><strong>Layout Tags</strong></p>
<p class="blogtext">In HTML 5, the new layout tags will allow you to define all the sections of the WebPages as a layout area even without the need of div tag to define them. Header tag surrounds the header and nav tag surrounds navigation. Just use these tags normally just like div tags.</p>
<p class="blogtext">Article – is the main content in WebPages</p>
<p>Aside – extra content</p>
<p>Footer – is a footer for a page</p>
<p>Figure – is a peripheral content along with the caption</p>
<p>Header – header of the page</p>
<p>Section – any portion or section of the page</p>
<p>Nav – page navigation</p>
<p class="blogtext"><strong>Multimedia Content</strong></p>
<p class="blogtext">HTML 5 attempts to make the both audio and video to add to a webpage. By providing the specific tags for both the video and audio, it can be put on the WebPages.</p>
<p class="blogtext">Audio – audio stream is denoted</p>
<p>Source – source files for both audio and video</p>
<p>Video – video stream is denoted</p>
<p class="blogtext"><strong>Web Applications and DHTML or Ajax </strong></p>
<p class="blogtext">The HTML 5 adds some of the tags to the language specifically for the Web applications, DHTML and Ajax. More hooks are given to the scripting languages by these tags and for the browsers, it provides framework in order to deliver the application data.</p>
<p class="blogtext">Canvas – it is a place where dynamic graphics could be drew</p>
<p>Command – This denotes a command button, which has the information sent to the script or server</p>
<p>Datagrid – it is a references dynamic data in tabular data form or in a tree form</p>
<p>Datalist- list of data is referenced in the drop-down list</p>
<p>Details- this provides additional details of any page element</p>
<p>Output – this references the output or calculation of a script</p>
<p>Progress – this represents a progress bar</p>
<p class="blogtext"><strong>Ruby Annotations</strong></p>
<p class="blogtext">Ruby is a short run of the text alongside a base text and is typically used in the East Asian documents in order to indicate short annotation or to indicate pronunciation. Through the help of three tags, HTML 5 provides access to ruby.</p>
<p class="blogtext">rp – this is a Ruby parenthesis for the user-agents that cannot handle ruby</p>
<p>rt- it is a Ruby text,</p>
<p>ruby –this is a span of the ruby annotation</p>
<p class="blogtext"><strong>Some of the other new tags</strong></p>
<p class="blogtext">There are some new tags that will help you to mark the HTML effectively. These tags help the browsers to know exactly what different elements are there on the page.</p>
<p class="blogtext">Dialog – people talking or a conversation</p>
<p>hgroup – it is a grouping of header tags that must stay altogether</p>
<p>Mark – it is a text that has been marked for many reference purposes</p>
<p>Meter – it is a scalar gauge of a measurement</p>
<p>time – time or date</p>
]]></content:encoded>
			<wfw:commentRss>http://www.html.co.uk/191/html-5-important-new-tags-and-changes-to-learn.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

