Home  >  Article  >  Web Front-end  >  HTML

tag

HTML tag

(*-*)浩
(*-*)浩Original
2019-11-16 15:43:212472browse

HTML <dir> tag

All major browsers support the c64710d9629832af8312be7789856824 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>

The above is the detailed content of HTML

tag. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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
Previous article:HTML tagNext article:HTML tag