In this tutorial, we will introduce you to the <article> article tag of HTML5. This tag is used to insert the article at current page. The text inside the article tag is independent from referenced document, blog. Content of article tag displays on browser but the content of comment tag does not.
Declaration syntax of article tag in Html5.
| <article>Content of article. </article> |
Article.html
<!Doctype HTML>
|
Note: See the browser compatible page for successfully rendering the program.
Article <article > is new in HTML5. It is not available in HTML401.