HTML <div> Tag

342    Share

The <div> Element


The <div> element is often used as a container for other HTML elements.

The <div> element has no required attributes, but styleclass and id are common.

When used together with CSS, the <div> element can be used to style blocks of content:


Live Demo & Try it yourself! Read More » »