Article Control
See also: Styling Assistants, Introduction to Styling, Controls, Layouts
An Article Control is a simple container control that is rendered using an <article> HTML tag. Its primary purpose is to act as a container for other controls which can be laid out according to the selected layout – click here for a general discussion on container controls and layouts.
An Article Control is functionally identical to a Panel Control and inherits all its properties and behaviour. The only difference is that it uses <article> instead of <div> as the enclosing HTML tag.
The HTML <article> element represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable (e.g., in syndication). Examples include: a forum post, a magazine or newspaper article, or a blog entry.