back

Code


HTML
Web

<body>
<dl>
    <dt>Lorem</dt>
        <dd>-Ipsum</dd>
    <dt>Dolor</dt>
        <dd>-Sit</dd>
</dl>
</body>