Check out example codes for "html definition list". 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>
Code Example 2
<!-- Description lists -->
<!-- They are list of terms with their corresponding definitions -->
<dt>HTML</dt>
<dd>Stands for Hyper Text Markup Language</dd>
<dt>CSS</dt>
<dd>Stands for Cascading Style Sheets</dd>
Code Example 3
<dl>
<lh>dl Header</lh>
<dt>Term</dt>
<dd>Definiton</dd>
<dt>Term</dt>
<dd>Definition</dd>
</dl>
Learn ReactJs, React Native from akashmittal.com