Check out example codes for "dl tag html". It will help you in understanding the concepts better.
Code Example 1
<dl>
<dt>Coffee</dt>
<dd>Black hot drink</dd>
<dt>Milk</dt>
<dd>White cold drink</dd>
</dl>
Learn ReactJs, React Native from akashmittal.com