article
サイトの中で記事やコンテンツの独立したセクションを定義
articleで囲むことで独立した要素になる
ページの構造を明確にし、コンテンツをグループ化するための重要なものです。
<article class="post-item">
<a href="#" class="post-thumbnail">
<img src="○○.png" width="648" height="324" alt="○○" />
</a>
<div class="post-meta">
<span class="post-category">プログラミング</span>
</div>
<h2 class="post-title">
<a href="#">○○○</a>
</h2>
</article>
コメント