<div> tag tutorials?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
MattSharp
Forum Commoner
Posts: 62
Joined: Wed Apr 24, 2002 2:25 pm

<div> tag tutorials?

Post 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.
junrey
Forum Newbie
Posts: 12
Joined: Thu May 09, 2002 9:53 pm
Location: Cebu, Philippines
Contact:

Post 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
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

http://www.htmlgoodies.com is where i get all my html/non-php info from. 8)
Post Reply