Hello, AFAIK, DIVs are to section a page (maybe I'm wrong, as i'm still a beginner). When learning CSS I use to write things like this: <div id="title">My Title</div>
One day, I has been told that this is bad, according to web standard accessibility (or something like that) so I was told to do this: <h1 id="title">My Title</h1> Now I realise that using the later give me more problems. Because when it's a Div you have to set many attributes. Whereas h1,h2,h3....predifined tags have different preset attributes, that varies even with browsers. What's do you think of this? ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
