HTML 5 <div> Tag
Example
A section in a document that will be displayed in green:
<div style="color:#00FF00">
<h3>This is a header</h3>
<p>This is a paragraph.</p>
</div> |
Try it yourself »
|
Definition and Usage
The <div> tag defines a division or a section in an HTML document.
The <div> tag is often used to group block-elements to format them with styles.
Differences Between HTML 4.01 and HTML 5
The "align" attribute is deprecated in HTML 4.01, and not supported in HTML 5. Use CSS to align the div's content.
Tips and Notes
Tip: The div element is very often used with CSS to layout a web page.
Note: Browsers usually place a line break before and after the div element.
 |
W3Schools' Online Certification Program
The perfect solution for professionals who need to balance work, family, and career building.
More than 4000 certificates already issued!
|
The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
|