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






'dir' Example

    
<html>
<head>
<title>dir element example</title>
</head>
<body>
<dir> 
  <li>A</li>
  <li>B</li>
  <li>C</li>
  <li>D</li>
  <li>E</li>
  <li>F</li>
  <li>G</li>
  <li>H</li>
</dir>
</body>
</html>
           
      
      








Related examples in the same category