Check out example codes for "description list html syntax". It will help you in understanding the concepts better.
Code Example 1
this is a sample of how you put a description list in html:
<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