The Div tag


This article explain what is and how to use the <div> tag. A Div tag means a Division or a section of a web page and it is tagged like this <div>

Div’s are very often used with CSS layouts. Please note that browsers usually add a line break before and after the Div tag and this tag is supported by all major browsers.

The <div> tag usually styles a group block-elements. For example you can use <div> to start the content section of your website and then close it with </div> and then start the footer section with <div> again. With this you can style the content section differently then the footer section like the backgrounds, font types and ect.

AndysWebTools...Easy as Pie! AndysWebTools...Easy as Pie!