'dl' Example : dl : List Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » List Tags » dl »

 

'dl' Example



    
<html>
<head>
<title>dl element example</title>
</head>
<body>
    <dl>
        <dt>&lt;TABLE&gt;</dt>
        <dd>an html element.</dd>
        <dt>border-color</dt>
        <dd>a style sheet property.</dd>
        <dt>innerText</dt>
        <dd>a JavaScript property.</dd>
        <dt>cloneNode()</dt>
        <dd>a JavaScript method.</dd>
    </dl>
</body>
</html>
           
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo List Tags
» dl