Posts: 251
Name: Tom Maurer
Location: Pennslvania, USA
|
What is the best way to markup and style news and events listings? I am currently using a definition list for the layout. I'm not sure if there is a better way or not. Here is how I have my events listed:
Code:
<dl>
<dt>Relay For Life<br />
<span class="date">June 8 - 9</span></dt>
<dd>Relay For LifeŽ is a fun-filled overnight event designed...</dd>
</dl>
Is a definition list OK to use. Or is there a better way?
|