back

Div

Tag: <div>

The div tag is used to define a section in the webpage.
It is often used with CSS to create the layout for the webpage.

The div is closed with the closing tag </div>

Example