The Html dl tag defines a description list. This type of tag is not used much, but it is important to know that two more tags are used inside the dl tag. One is <dt>, <dt> refers to the title of the description. It determines the title of the description. Another name is <dd>, meaning <dd>. Using it you can easily build a messenger system. The title will be the name of the person who will be inside <dt>. And inside dd, you will put the user’s SMS. In the meantime, you can build a messenger system in a very short time.
<dl>
<dt>Coffee</dt>
<dd>Black hot drink</dd>
<dt>Milk</dt>
<dd>White cold drink</dd>
</dl>
This Post Has 4 Comments