HTML 5: The Markup Language (ARIA Edition)

articlearticle # T

The article element represents a section of content that forms an independent part of a document or site; for example, a magazine or newspaper article, or a blog entry.

Content model #

article = style*, (normal-character-data & common.elem.flow*) & article.attrs

Attribute model #

Element-specific attributes #

pubdate = datetime
The time and date when the article was first published.

Assertions #

Tag omission #

An article element must have both a start tag and an end tag.

Permitted contexts #