dl, dt and dd : dd : Text HTML CSS TUTORIALS


HTML CSS TUTORIALS » Text » dd »

 

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>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Text
» dd