The div element is a generic container for flow content that by itself does not represent anything.
zero or more style elements, followed by flow content
common attributes
A div element must have both a start tag and an end tag.
any element that can contain flow elements
The div can be used with attributes such as class, lang/xml:lang, and title to add additional semantics and structure to flow content.
interface HTMLDivElement : HTMLElement {};