'dd': Definition description : dd « Tags « HTML / CSS






'dd': Definition description

 
    

<html>
<head>
<title>dd 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>
           
      
        
  








Related examples in the same category

1.Add background image for DD
2.Add margin, padding and set color for DD
3.dl, dt and dd