Home > Web Front-end > Front-end Q&A > How to use html dir tag

How to use html dir tag

藏色散人
Release: 2019-05-27 09:54:04
Original
3264 people have browsed it

html dir tag is used to define a directory list. In HTML4.01, the dir element is deprecated. In XHTML 1.0 Strict DTD, the dir element is not supported.

How to use html dir tag

#html How to use dir tag?

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

tag.

html dir tag example

<html>
<body>
<dir>
  <li>html</li>
  <li>xhtml</li>
  <li>css</li>
</dir>
</body>
</html>
Copy after login

Effect:

How to use html dir tag

The above is the detailed content of How to use html dir tag. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template