You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Again seamlessly replaces the `<div>` element in place without
disrupting how the page renders CSS.
Note that `<article>` is, per the HTML spec, intended to:
> [represent] a complete, or self-contained, composition in a document,
> page, application, or site and that is, in principle, independently
> distributable or reusable, e.g. in syndication. This could be a forum
> post, a magazine or newspaper article, a blog entry, a user-submitted
> comment, an interactive widget or gadget, or any other independent
> item of content.
(See https://html.spec.whatwg.org/#the-article-element)
So yes, `<article>` is suited to poems and any other "complete or
self-contained composition."
0 commit comments