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]
*******************************************************************

Reply via email to