Page 1 of 1

<div> tag tutorials?

Posted: Thu Mar 13, 2003 3:53 pm
by MattSharp
I need to get better with the <div> tag. Can anyone direct me to some good online tutorials dealing with the <div> tag? I tried webmonkey but they didn't really have anything.

Posted: Thu Mar 13, 2003 8:09 pm
by junrey
Hi There,

DIV Tag has most of the common properties with some additional properties such as scroll, position, etc. You can find some reference at Microsoft MSDN. I find it complete there, with some sets of example.

http://msdn.microsoft.com/library/default.asp

And try to go under the following tree.
Web Developement / HTML and Dyanamic HTML / SDK Documentation / Reference / Objects

Posted: Fri Mar 14, 2003 1:59 am
by twigletmac
The <div> tag doesn't do anything special it is just used to contain other elements. You'd probably be better looking for CSS positioning tutorials if that's what you want to use the tag for (layout).

http://www.meyerweb.com
http://www.evolt.org
http://www.devshed.com

Mac

Posted: Sat Mar 15, 2003 5:31 pm
by m3mn0n
http://www.htmlgoodies.com is where i get all my html/non-php info from. 8)