マークアップを書いています:
記事のようにすべてのツイートを提示するのは正しいでしょうか、それとも短すぎるので、ulなどを使用する必要がありますか?
<section>
<h1>Recent tweets</h1>
<article>
<p>I'm looking...</p>
<time>3 day ago</time>
</article>
<article>
<p>@mediatemple will ...</p>
<time>6 days ago</time>
</article>
<article>
<p>Corpora Business</p>
<time>10 days ago</time>
</article>
</section>