<div> tag tutorials?
Moderator: General Moderators
<div> tag tutorials?
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.
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
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
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
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
http://www.meyerweb.com
http://www.evolt.org
http://www.devshed.com
Mac
http://www.htmlgoodies.com is where i get all my html/non-php info from. 