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
A div element must have both a start tag and an end tag.
any element that can contain flow elements
interface HTMLDivElement : HTMLElement {};