×

Html & Html5

The World's best Software Development Study Portal

HTML article tag


This <article> tag is use to write self contained content in any document, page , application etc. We can use it in blog, news story etc.

Let's understand this by the following example:


<article>
<h2> Amazon </h2>
<p> Amazon is an american multinational technology based in Seatle ,Washington that focuses on e-commerce, cloud computing and artificial intelligence. </p>
</article>

Output:


article


\