HTML tag

(*-*)浩
Release: 2019-11-16 15:43:21
Original
2508 people have browsed it

HTML <dir> tag

All major browsers support the

tag.

# Definition and usage (Recommended learning: html tutorial )

# & lt; dia & gt; label definition directory list.

Differences between HTML and XHTML

In HTML 4.01, the dir element is deprecated.

In XHTML 1.0 Strict DTD, the dir element is not supported.

Tips

Tips:Please use CSS to style the list!

Example

Directory list:

<html>
<body>

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

</body>
</html>
Copy after login

The above is the detailed content of HTML

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