dl, dt and dd : dd « Tags « HTML / CSS






dl, dt and dd

  




<html>
<head>
<title>Index Page</title>
</head>

<body>

<dl>
    <dt>Headings<dt>
        <dd><a href="">headings.htm</a></dd>
    <dt>Text</dt>
        <dd><a href="">text.htm</a></dd>
    <dt>Unordered Lists</dt>
        <dd><a href="">ulist.htm</a></dd>
    <dt>Multi-level Lists</dt>
        <dd><a href="">olist2.htm</a></dd>
    <dt>Ordered Lists</dt>
        <dd><a href="">olist.htm</a></dd>
</dl>
Now try adding a few items of your own to this list.
</body>
</html>

   
  








Related examples in the same category

1.Add background image for DD
2.Add margin, padding and set color for DD
3.'dd': Definition description