Sure - if you dont like this tag you could invent 1001 way of not using it.
And im sure they all are right ways.
But just ... why?
I could see all html tags in almost every book. And i consider <hr> as
something like "***" between chapters. It appears in almost every book. And
i dont think that it has something to do with _grouping_ content. I think it
just _separates_. Dont you thinks so?

On 2/6/07, Rimantas Liubertas <[EMAIL PROTECTED]> wrote:

> im using HR's to separate two chapters of text for example. If the
second
> one has no heading HR is a perfect choice. Making two divs of it ... why
> then not make a div for every paragraph? =)

Because paragraph has got its own element. My point is that there very
rarely is
a need for any additional separator in case when elements are already
marked up.

<div class="chapter">
<h2>Whatever</h2>
<p>...</p>
<p>...</p>
...
</div>
<div class="chapter">
<h2>Whoever</h2>
<p>...</p>
<p>...</p>
...
</div>

Now you have both chapters marked up. In case of <hr> you would have
only separator.
Where are the boundaries of the stuff it separates?

Regards,
Rimantas
--
http://rimantas.com/


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************




--
С уважением и наилучшими пожеланиями,
Юрий akella Артюх

*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to