<!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>
<section>
<h1>Comments</h1>
<article
itemprop="comment"
itemscope
itemtype="http://schema.org/UserComments"
id="comment1"
>
<link itemprop="url" href="#comment1" />
<footer>
<p>
Posted by:
<span
itemprop="creator"
itemscope
itemtype="http://schema.org/Person"
>
<span itemprop="name">Donald Duck</span>
</span>