Header Control
See also: Styling Assistants, Introduction to Styling, Controls, Layouts
A Header Control is a simple container control that is rendered using a <header> 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.
A Header Control is functionally identical to a Panel Control and inherits all its properties and behaviour. The only difference is that it uses <header> instead of a <div> as the enclosing HTML tag.