HTML description tags

  • Post category:HTML

Get the code of HTML description tags and watch video tutorials. You can practice using our code editor. Our practical guide will make your learning journey much easier. You can explore the tutorial and learn.

<dl>
<dt>Crow<dt>
<dd>A bird who flies</dd>

<dt>Tiger<dt>
<dd>Animal lives in jungle</dd>

<dt>Success<dt>
<dd>Hard work which feel better</dd>
</dl>