Account
Categories

Content Div


Definition:

If you want to make a webpage and, in this webpage, you want to make a content section, you can use the Content Div.

You write class="content" in the div element to show that this div is used for the main content section of the webpage. This section is called the Content Div.

Syntax:

<div class="content">
    Content Here
</div>

Example:

<div class="content">
    <h1>Content-section</h1>
</div>

Content Div Layout Structure:

Header Area
Navbar Area
Sidebar Area
Content Div
Main Content Area
Footer Area
www.edutation.com
Home | HTML | CSS | JavaScript | Contact
HTML Tutorial
CSS Tutorial
JavaScript Tutorial
PHP Tutorial
Learn HTML, CSS,
JavaScript & PHP
© 2026 Edutation