Non-semantic elements inside dl:
In this example, something other than
element:
-
Term
Definition
The (DOM/programmatic) structure of the above example looks like this:
<dl>
<span style="font-weight: bold">Term </span>
<span>Definition </span>
</dl>
<span style="font-weight: bold">Term </span>
<span>Definition </span>
</dl>