HighDots Forums  

Where can I find real info on <div>

alt.html.tags alt.html.tags


Discuss Where can I find real info on <div> in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Gene Frassetto
 
Posts: n/a

Default Where can I find real info on <div> - 10-18-2003 , 12:33 PM






All the references simply state that <div> marks a section. Where can I
find info that describes what it really is/means and how/why/when it should
be used?



Reply With Quote
  #2  
Old   
David Dorward
 
Posts: n/a

Default Re: Where can I find real info on <div> - 10-19-2003 , 04:09 AM






Gene Frassetto wrote:

Quote:
All the references simply state that <div> marks a section. Where can I
find info that describes what it really is/means
It means it does nothing at all (except be a block level element)

Quote:
and how/why/when it should be used?
When you need a block level element (e.g. for styling or scripting) but
don't want it to carry any of the semantic baggage that other block level
elements have.

--
David Dorward http://dorward.me.uk/


Reply With Quote
  #3  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: Where can I find real info on <div> - 10-19-2003 , 05:55 AM



"Gene Frassetto" <efrassetto (AT) comcast (DOT) net> wrote:

Quote:
All the references simply state that <div> marks a section.
Then you have got wrong references. Try using the official references,
the HTML specifications.

As the name suggests, <div> marks a division. It could be a section, or
something else.

Why do you ask? Instead of asking about ways to use some tags, wouldn't
it be more fruitful to describe some needs and ask what markup would
best suit them?

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.