HTML

Topic: Lists

What is a <dl> tag in HTML?

<dl> is a definition list tag used in conjunction with1. <dt> tag ---> defines an item in the list2. <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>

Browse random answers: