html dir tag


  Translation results:

Display file list

html dir tagsyntax

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 tagexample

<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

Home

Videos

Q&A