Answer:
<dl> is a definition list tag used in conjunction with
1. <dt> tag ---> defines an item in the list
2. <dd> tag ---> describes an item in the list.
<dl>
<dt>Television</dt>
<dd>- An entertainment media with audio and video </dd>
<dt>Radio</dt>
<dd>-An entertainment media with audio alone</dd>
</dl>
Asked In: Many Interviews |
Alert Moderator