View Full Version : webpages for <div> tag
joonstar
05-06-2003, 10:06 PM
If you happen to visit any good web pages explaining about <div> tag and its attributes,
Would you introduce me the addresses?
HairyTeeth
05-06-2003, 10:36 PM
http://www.w3.org/TR/REC-html40/struct/global.html#edef-DIV
There's nothing to explain. It's a generic block level element. It breaks the line but browsers don't add style for it as they do with P, H1 and so on.
You use it as container for a part of your page so you can apply CSS to it by addressing the whole DIV.
brothercake
05-07-2003, 01:20 PM
Or are you looking for some help with making a div-based layout instead of using tables?
There are lots of good refs in this thread http://www.codingforums.com/showthread.php?s=&threadid=13083
ronaldb66
05-07-2003, 01:40 PM
W3Schools: The DIV tag (http://www.w3schools.com/tags/tag_div.asp)
Not much more to say about it, really...
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.