'dt' Example : dt « Tags « HTML / CSS






'dt' Example

 
    
<html>
<head>
<title>dt 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.font, color, background for dt
2.Bold font for DT