Div - HTML Tutorial with Example
The HTML <div> element is block level element, starts with the <div> opening tag and end with </div> tag. In an HTML document, the div element can be used as a container for grouping other HTML element. <div> tag is supported in all major browsers.