<!-- HTML Example -->
<dl>
    <dt>HTML</dt>
    <dd>A markup language used to create web pages.</dd>
    <dt>CSS</dt>
    <dd>A style sheet language used to describe the presentation of a document written in HTML or XML.</dd>
</dl>