<!-- HTML Example -->
<dl>
    <dt>JavaScript</dt>
    <dd>A programming language commonly used to create interactive effects in web browsers.</dd>
    <dd>Can be used for both front-end and back-end development.</dd>
</dl>