Option A is completely acceptable, and is actually very close to a W3C example:
Another application of DL, for example, is for marking up dialogues, with each DT naming a speaker, and each DD containing his or her words. http://www.w3.org/TR/xhtml2/mod-list.html#edef_list_dt Russ > > Hi all, > > How would you mark up an interview? > > a) <dl> > <dt>So, how are you doing?</dt> > <dd>Fine, thanks for asking</dd> > </dl> > > b) <p class="q">So, how are you doing?</p> > <p class="a">Didn't you just ask me that on a)</p> > > c) <hx>So, how are you doing?</hx> > <p>Please, stop it.</p> > > d) Other > > > This afternoon, at work, we were feeling risky and went for a) and i'm > curious if you think it's fine, plain wrong or so-so. > > Thanks for your feedback :) > ***************************************************** The discussion list for http://webstandardsgroup.org/ *****************************************************
