PDA

View Full Version : DIV tag



PotsNPans
2011-06-01, 01:07 AM
What are DIV tags generally used for in programming?

suwunk
2011-06-01, 04:04 AM
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.
Details:
HTML div tag (http://www.w3schools.com/tags/tag_div.asp)