HTML - Div element (no meaning)
Table of Contents
1 - About
The div element has no special meaning at all. It's a generic content.
If you want to organize a text in logical unit, you should use the section element
The div elements can be useful for:
- or to wrap multiple paragraphs within a section that are all to be annotated in a similar way.
See also: CSS - Block container box
2 - Articles Related
3 - Rendering
div elements are rendered as block boxes.