Click to See Complete Forum and Search --> : Hi, I'm new to this thread!
screenwriter
06-16-2003, 11:00 PM
Hello, I'm new to this thread! I've recently created a website of my own (haven't published it yet due to not being finished)... my question is, since I've been hearing a lot about the <div> tag... WHAT ON EARTH IS DIV? A full thorough explanation would be appreciated
Thank You.
Greelmo
06-17-2003, 02:42 AM
The <div> tag is used to create a literal divion of the page. I can contain whatever you want, and is used for a distinction between certain aspects of the page. A perfect example of how <div> tags are used can be found at my web-developing page...
www.scriptingsolutions.tk here, you will see that there are bodies of text placed everywhere. I used each body of text in a separate <div> tag and then positioned them... If you have any more questions i will be glad to help, and i hope this helps.
screenwriter
06-17-2003, 08:24 AM
Is there a div tutorial?
DaveSW
06-17-2003, 09:47 AM
the <div> is just an element, like a <span> or a <p> or any other html tag. When you say a div tutorial... do you mean a tutorial on how to use divs for layout instead of tables?
go here for basic info. Positioning is under css advanced.
http://www.w3schools.com/
spufi
06-17-2003, 10:25 AM
http://www.w3schools.com/tags/tag_div.asp
http://www.w3schools.com/html/html_examples.asp
http://www.w3.org/TR/html401/struct/global.html#edef-DIV
screenwriter
06-17-2003, 10:59 AM
Thank you. Although I'm afraid I won't be able to do much with DIV tags, since I already have tables... I'll take a look at it. I'm one of those neurotically organized people. I have to have everything perfect. I'll definitely look at the div. Thanks