What do you think is semantically better for the list of news? (or blog
posts)
is it
<div class="post"><h2>title</h2>{info}</div>
<div class="post"><h2>title</h2>{info}</div>
<div class="post"><h2>title</h2>{info}</div>
Or
<ul class="posts">
<li><h2>title</h2>{info}</li>
<li><h2>title</h2>{info}</li>
<li><h2>title</h2>{info}</li>
</ul>
Or may be something else?
Every news item has its title, image, permanent link, categories, and
excerpt,******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
