show-notice
hide-notice

Friday 9 August 2013

HTML 5 article Tag


Introduction:

The HTML <article> tag is used to represent an article. More specifically, the content within the <article> tag is independent from the other content on the site (even though it could be related). By "independent" I mean that its contents could stand alone, for example in syndication.

Example:
<html>
<head>
<title>HTML 5 article Tag</title>
</head>
<body>
<article>
<h4>Environmentally Friendly City</h4>
<p>A <a href="" target="_blank">brand new city</a> is being built in Abu Dhabi in the 

United Arab Emirates which, when finished, will be the world’s first zero carbon, zero 

waste city.</p>
<p>Masdar City, a completely self sustaining city, will be powered by renewable energy and 

all waste will be recycled or reused.</p>
</article>
</body>
</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com