Display file list

html dir tag syntax

Function:Define directory list.

Note: In HTML 4.01, the dir element is deprecated. In XHTML 1.0 Strict DTD, the dir element is not supported.

Note: All major browsers support the <dir> tag.

html dir tag example

<html>
<body>

<dir>
  <li>html</li>
  <li>xhtml</li>
  <li>css</li>
</dir>

</body>
</html>

Run instance »

Click the "Run instance" button to view the online instance