Html5 article Tag

Article tag is new in Html5. Which is use to represent an article and independent, self - contained type content. newspaper article,forum post,blog entry, or a user-submitted comment are included in the article tag.

Example Code

<!DOCTYPE HTML>
<article>
<a href="http://tutorialsscripts.com/html5-tutorials/canvas.php"> Blog Post : canvas</a>
The canvas tag is used to draw area graphics on the web page....
</article>

Out Put :







Content