description list tag in html code example
Example: description list html
<dl>
<dt>Wat komt aan bod in Web Development I?</dt>
<dd>HTML.</dd>
<dd>CSS.</dd>
</dl>
<dl>
<dt>Wat komt aan bod in Web Development I?</dt>
<dd>HTML.</dd>
<dd>CSS.</dd>
</dl>