I want to express a list of items every of each has number of
properties and I want to get opinions if I would do it properly
using DL. Here's an example:
<DL>
<DT>date 1</DT>
<DD>name 1</DD>
<DD>descripti on 1<DD>
<DT>date 2</DT>
<DD>name 2</DD>
<DD>descripti on 2<DD>
....
</DL>
The point is that I want make stronger emphasis on the first key
property (it is a key property to the given context) using it as a
heading to the section with the following related properties. Does
it make sense/is it suitable to mark it up this way?
--
Stanimir
properties and I want to get opinions if I would do it properly
using DL. Here's an example:
<DL>
<DT>date 1</DT>
<DD>name 1</DD>
<DD>descripti on 1<DD>
<DT>date 2</DT>
<DD>name 2</DD>
<DD>descripti on 2<DD>
....
</DL>
The point is that I want make stronger emphasis on the first key
property (it is a key property to the given context) using it as a
heading to the section with the following related properties. Does
it make sense/is it suitable to mark it up this way?
--
Stanimir
Comment