I'm working on recoding a page [
66.119.8.164 ] and am trying to figure out the best html elements to use for the following part.
Note that I'm referring to the grouping of information, not this explicit info. You'll see similar information repeated through the whole page.
How To Harvest
Series started: Friday, August 05, 2011
Faith Life Church
Branson, MO
Show/Hide Description
I started with <ul>, but after a while it didn't seem right. One big reason is that, a lot of times, there will be empty <li>. That's not kosher.
I'm currently using <p> for each line, but it just doesn't seem right, either.
I've even considered using <aside>, but I knocked that idea out pretty quickly.
Can you guys think of anything more appropriate? I assume it's <p>, but it just kind of scratches me every time I see it.
JJ