Introduction
What is a DIV?
The <div> HTML element is the generic container for block display flow content. It has no effect on the content or layout until styled in some way using CSS (e.g. styling is directly applied to it, or some kind of layout model like Flexbox is applied to its parent element).