so i'm thinking something like:
<dl>
<dt>job title</dt>
<dd>job duration</dd>
<dd>job description</dd>
<dd>company link</dd>
</dl>
the example is purely make up, so it might not be the best example. but i've come across couple times when there is need for using 2 dd for 1 dt. so do you guys this is good semantic or bad semantic?