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