Click to See Complete Forum and Search --> : div


stephenkor
12-03-2005, 04:13 PM
Hi all,

In the following snippit: <div id="mid-section"> why would the author decide
<div id="mid-col-1">
content stuff here
</div>
To close only one of the div, choosing instead to closed the second div at the very end?

Any help would be appreciated!

Thanks,

Stephen

felgall
12-03-2005, 04:20 PM
The order of the <div> and </div> tags determine which divs are included within which other divs.

LJK
12-03-2005, 06:35 PM
Hi -
Otherwise known as 'nesting' html tags!

;-)