Structure

div

Specifies a division or section in the document. This element is often used to divide different sections of a page like container, header, navigation, right menu, content, etc. Block-level element

Syntax

<div attributes> ... </div>

Example

<div>This is a division in my site.</div>

Related tags

CSS Properties

HTML attributes

Search the Soup!