<?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</title>
	<atom:link href="http://www.html.co.uk/tag/html-5/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>
		<item>
		<title>An Introduction to the new Elements in HTML 5</title>
		<link>http://www.html.co.uk/132/an-introduction-to-the-new-elements-in-html-5.html</link>
		<comments>http://www.html.co.uk/132/an-introduction-to-the-new-elements-in-html-5.html#comments</comments>
		<pubDate>Mon, 02 Feb 2009 13:43:53 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[HTML Standards]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[elements]]></category>
		<category><![CDATA[html 5]]></category>
		<category><![CDATA[html4]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.html.co.uk/?p=132</guid>
		<description><![CDATA[Since the last millennium HTML 5 has introduced new elements to HTML. Aside, figure and section are the new structural elements. ]]></description>
			<content:encoded><![CDATA[<p class="blogtext">Since the last millennium HTML 5 has introduced new elements to HTML. Aside, figure and section are the new structural elements. Time, meter and progress are the new inline elements. Video and audio are the new embedding elements. Details, data grid and command are the new interactive elements.<span id="more-132"></span></p>
<p class="blogtext">In 1999 the development of HTML had stopped with HTML4. The world wide website consortium’s (w3c) changed its focus in the underlying syntax of HTML to XML (extensible markup language) from standard generalized markup language(SGML) and it also focused on languages like  Scalable Vector Graphics (SVG),X Forms and MathML. Browser features like tabs and RSS readers were focused by browser vendors. The languages like CSS and JavaScript came in handy to the web designers to build their own applications on top of the existing frame work using Asynchronous XML (Ajax) + JavaScript, but in the next eight years HTML grew itself very hardly.</p>
<p class="blogtext">Recently the 3 browser vendor major’s – Apple, Opera and Mozilla foundation came together  as the web hypertext application technology working group(whatwg) to develop the classic version of  HTML to an updated and upgraded version. With Same members, w3c started developing its own upgraded version of HTML taking note of the developments of the three major browser vendors. These two upgraded versions are likely to be merged, but many details are left to be argued, the next version of HTML outlines is becoming clear.</p>
<p class="blogtext">HTML5 the new version of HTML known usually, though it goes under the name web application1.0, it is recognizable by a web designer frozen in the year 1999 and today thawed. It includes no namespaces and schemas. Elements need not be closed. Errors will be forgiven by browsers. Desk is still a desk and TV is still a TV.</p>
<p class="blogtext"> At the same moment some new and confusing elements would encountered by the unfrozen caveman Web designer. Now HTML includes new elements like section, header, footer, and nav with old elements like div.But now it includes audio and video and also em,code and strong are still present with meter, time, and m. img and embed which are continued to be used. Closer inspection by caveman designer however would reveal that all these elements are not different. Back in 1999 the designer might have needed these things, but wasn’t developed. The designer can understand all these new elements by simple analogy where he might have learned earlier. Than Ajax or CSS it is lot easier to learn.</p>
<p class="blogtext">At last, laptop running on windows 98 with 300 MHz was fired by caveman which was frozen way back in 1999, they might have astonished to know that the display of the new pages are fine in Netscape 4 and Windows® Internet Explorer® 5. Page still displays and all the contents are present, and the browser does anything or wouldn&#8217;t recognize with new elements.</p>
<p class="blogtext">It’s not a happy feature, HTML was designed explicitly to degrade browsers gracefully that won’t support it. The reason behind this is simple, as we all are cave people. Browsers now have XmlHttpRequest, tabs and CSS, but in 1999 their renderers of HTML stuck. Without accounting the installed base, web cannot move forward and HTML5 understands it.</p>
<p class="blogtext">
]]></content:encoded>
			<wfw:commentRss>http://www.html.co.uk/132/an-introduction-to-the-new-elements-in-html-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

