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?