HTML Div Element Guide
The div element serves as a container for other HTML elements. It is a block element that takes full width and displays line breaks. The div element has no required attributes but commonly uses style, class, and id
- w3schools.com