🚨 Get Your Free NFT Certificate Mint by Completing the Web3 Exam! START NOW

Code has been added to clipboard!

HTML dir Tag

Reading time 1 min
Published Mar 19, 2019
Updated Oct 1, 2019

HTML dir: Main Tips

  • The HTML <dir> element represented an HTML directory listing.
  • You should use <ul> instead of the <dir> HTML for creating lists.
DataCamp
Pros
  • Easy to use with a learn-by-doing approach
  • Offers quality content
  • Gamified in-browser coding experience
  • The price matches the quality
  • Suitable for learners ranging from beginner to advanced
Main Features
  • Free certificates of completion
  • Focused on data science skills
  • Flexible learning timetable
Udacity
Pros
  • Simplistic design (no unnecessary information)
  • High-quality courses (even the free ones)
  • Variety of features
Main Features
  • Nanodegree programs
  • Suitable for enterprises
  • Paid Certificates of completion
Udemy
Pros
  • Easy to navigate
  • No technical issues
  • Seems to care about its users
Main Features
  • Huge variety of courses
  • 30-day refund policy
  • Free certificates of completion

How dir Was Used

HTML <dir> specified an HTML directory listing just like an un-ordered list. HTML5 no longer supports this element.

Example
<dir>
  <li>HTML</li>
  <li>CSS</li>
  <li>JavaScript</li>
</dir>

compact (DEPRECATED)

It indicates that a list should be presented in a compact style. The actual results depend on the user agent. compact is not supported in HTML5.

Note: apply CSS line-height property instead.

Example
<dir compact>
  <li>HTML</li>
  <li>CSS</li>
  <li>JavaScript</li>
</dir>

Browser support

Browser image
Chrome
-
Browser image
Edge
-
Browser image
Firefox
-
Browser image
IE
-
Browser image
Opera
-
Browser image
Safari
-

Mobile browser support

Browser image
Chrome
-
Browser image
Firefox
-
Browser image
Opera
-
Browser image
Safari
-