The div element is a generic container for flow content that by itself does not represent anything.
div = style.elem.scoped*, (normal-character-data & common.elem.flow*) & div.attrs
div.attrs = common.attrs
A div element must have both a start tag and an end tag.
The div can be used with attributes such as class, lang/xml:lang, and title to add additional semantics and structure to flow content.