Hi!
Is this semantical?
HTML Code:<dl> <dt>...</dt> <dd>...</dd> <dd>...</dd> <dd>...</dd> </dl>
This list have just 1 "dt, dd" group. But the same list can have 2 or more such groups also.
Even when the dl only has 1 group, should I mark it up as a dl? (same question with a <ul> with just 1 <li>)
Thanks!




Bookmarks