<!DOCTYPE html>
<html>
<body>
<h1>Article Tag Example</h1>
<article itemscope itemtype="https://schema.org/Article">
<header>
<h1 itemprop="headline">How to use article elements</h1>
<p>
<time itemprop="datePublished" datetime="2020-10-10"
>October 10, 2020</time
>
</p>
<link itemprop="url" href="?comments=0" />
</header>
<p>Article elements can be used for self-contained content...</p>
<p>...</p>
<footer>
<a itemprop="discussionUrl" href="?comments=1">Show comments...</a>
</footer>
</article>
</body>
</html>