<?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>Pro-Tek Blog &#187; Features of HTML5</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/tag/features-of-html5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>FEATURES OF HTML5</title>
		<link>http://www.pro-tekconsulting.com/blog/features-of-html5/</link>
		<comments>http://www.pro-tekconsulting.com/blog/features-of-html5/#comments</comments>
		<pubDate>Thu, 05 Jan 2017 04:20:06 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Features of HTML5]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=1809</guid>
		<description><![CDATA[<p>Features of HTML5 If you are a HTML developer, it is necessary for you to keep yourself upgraded with the new features introduced by HTML5. In this article, we have explained the top features of HTML5 that will help you to develop dynamic websites for multiple platforms or devices. 1.SIMPLE DOCTYPE Are you still using [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/features-of-html5/">FEATURES OF HTML5</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>Features of HTML5</h4>
<p>If you are a HTML developer, it is necessary for you to keep yourself upgraded with the new features introduced by HTML5. In this article, we have explained the top features of HTML5 that will help you to develop dynamic websites for multiple platforms or devices.</p>
<p><strong>1.SIMPLE DOCTYPE</strong></p>
<p>Are you still using the infuriating and baffling XHTML DOCTYPE? Then, it’s high-time to swap it with the new HTML5 DOCTYPE.</p>
<p>The fifth version of HTML comes with a simple DOCTYPE. In order to indicate that your HTML content utilizes HTML5, the user just needs to write:</p>
<p class="western"><span style="font-family: Calibri, serif;"><span lang="en"><b>&lt;!DOCTYPE html&gt;</b></span></span></p>
<p>The HTML5 DOCTYPE is an appreciated standard and is suitable for all new type of documents. It is generally used for both older and modern browsers which needs a specified DOCTYPE. However, browsers that don’t understand this DOCTYPE will directly submit the contained mark-up in standard mode. Thus, one can freely use the new and simple HTML5 DOCTYPE.</p>
<p><strong>2.FLEXIBILITY WITH “QUOTATION MARKS”</strong></p>
<p>If you are writing HTML5 attributes, the user does not need to utilize quotation marks to define the values. It completely depends on the user whether the user wants to close the elements with quotes or not.</p>
<p class="western"><span style="font-family: Calibri, serif;"><span lang="en"><b>&lt;p class=myClass id=someId&gt; Start the reactor.</b></span></span></p>
<p>However, the user cannot always eliminate quotes from attribute values. For instance, if the user wants to use some more structured documents, the user needs to use the quotes.</p>
<p><strong>3.CAN EDIT TEXT CONTENT HTML5 </strong></p>
<p>Most of the new browsers assimilated with a new attribute called content editable which enables the user to edit any of the text included within the element.</p>
<p>With the use of this attribute, the user can instruct the browser to enable the users to add, delete, and edit the text. There are many uses for this technique, such as enabling users to customize the way how pages crop out each time when they visit the website. If the user wants to edit the text contained in the element, the user just need to add:</p>
<p class="western"><strong><span style="font-family: Calibri, serif;"><span lang="en">&lt;ul contenteditable=true&gt;</span></span></strong></p>
<p><strong>4.NEW AND EASY SEMANTIC ELEMENTS</strong></p>
<p>Most of the websites use the HTML code with an objective to symbolize header, navigation, and footer. However, this is quite a complicated technique.</p>
<p>HTML5 offers new and easy-to-memorize semantic elements that can help the developers to define different sections of a web page. Below are the following Semantic Elements:</p>
<p class="western"><strong><span style="font-family: Calibri, serif;"><span lang="en">&lt;header&gt;</span></span></strong></p>
<p class="western"><strong><span style="font-family: Calibri, serif;"><span lang="en">&lt;footer&gt;</span></span></strong></p>
<p class="western"><strong><span style="font-family: Calibri, serif;"><span lang="en">&lt;nav&gt;</span></span></strong></p>
<p class="western"><strong><span style="font-family: Calibri, serif;"><span lang="en">&lt;section&gt;</span></span></strong></p>
<p class="western"><strong><span style="font-family: Calibri, serif;"><span lang="en">&lt;article&gt;</span></span></strong></p>
<header>
<footer>
<nav>
<section>
<article><strong>5.PLACEHOLDER ATTRIBUTE</strong>Placeholder text is a sign text, displayed in the form of field when the field is unfocused.Earlier, developers used to use JavaScript to build placeholders for textboxes. But now they do not need to utilize JS for placeholders because HTML5 has introduced the Placeholder attribute which will display the text in a field until the field is focused. One can also say that HTML5 offers a great support for Placeholder.</p>
<p><strong>6.MARK ELEMENT</strong>HTML5 offers a mark element which defines a marked text. The developer can use this element to highlight the specific parts of the text.</p>
<p class="western" lang="en"><strong><span style="font-family: Calibri, serif;"><span style="font-size: medium;">&lt;h3&gt; Search Results &lt;/h3&gt;</span></span></strong></p>
<p><strong>7.HTML5 LOCAL STORAGE</strong></p>
<p>HTML5 local storage is used to store the data of web applications within the user’s browser.</p>
<p>Earlier, applications and data were stored in cookies, added in every server requests. But, local storage has the ability to securely store a large amount of data locally, without affecting the performance of a website.</p>
<p>HTML5 local storage won’t support on all browsers, it supports only IE 8, Firefox 3.5 and Safari4.</p>
<p><strong>THE VERDICT</strong></p>
<p>For a web developer, it is very necessary to carry the information related to the latest development tools and techniques. In this article, we have compiled the 7 most stunning HTML5 features that will make your work easier and helps you to develop a full-fledged website or web application.</p>
</article>
</section>
</nav>
</footer>
</header>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/features-of-html5/">FEATURES OF HTML5</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/features-of-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
