How to make <dl> layout horizontally?

Posted by David on Stack Overflow See other posts from Stack Overflow or by David
Published on 2010-03-20T22:16:38Z Indexed on 2010/03/20 22:21 UTC
Read the original article Hit count: 361

Filed under:
|
|

I'm trying to develop a layout for my website in which elements of a definition list will be laid out horizontally, kind of like this:

term 1                term 2               term 3
definition 1          definition 2         definition 3

Anyone know a way to make a definition list look like this using valid CSS? Or if I can't do it with a <dl>, what would be the recommended structure?

© Stack Overflow or respective owner

Related posts about XHTML

Related posts about css