Loading lesson path
Concept visual
Start at both ends
HTML also supports description lists.
A description list is a list of terms, with a description of each term.
<dl> tag defines the description list, the <dt> tag defines the term (name), and the <dd> tag describes each term:
<dl>
Formula
< dt > Coffee </dt ><dd>- black hot drink</dd>
Formula
< dt > Milk </dt ><dd>- white cold drink</dd> </dl>
<dl> element to define a description list
<dt> element to define the description term
<dd> element to describe the term in a description list
<ul>
<ol>
<li>
<dl>
<dt>
<dd>
For a complete list of all available HTML tags, visit our HTML Tag Reference.