On 6 March 2012 09:20, Dan Freeman <dan.free...@lexi.com> wrote: > How about in HTML5? > > <section> > <header>Some Title</header> > <ul> > <li>Item 1</li> > <li>Item 2</li> > <li>Item 3</li> > </ul> > </section> > > OR: > > <section> > <h?>Some Title</h?> > <ul> > <li>Item 1</li> > <li>Item 2</li> > <li>Item 3</li> > </ul> > </section>
How do people feel about a definition list instead for this? <dl> <dt>Some title</dt> <dd>Item 1</dd> <dd>Item 2</dd> <dd>Item 3</dd> </dl> Ollie -- @ollicle ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org *******************************************************************