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.

Pros Main Features
- Simplistic design (no unnecessary information)
- High-quality courses (even the free ones)
- Variety of features
- Nanodegree programs
- Suitable for enterprises
- Paid certificates of completion

Pros Main Features
- Easy to navigate
- No technical issues
- Seems to care about its users
- Huge variety of courses
- 30-day refund policy
- Free certificates of completion

Pros Main Features
- Great user experience
- Offers quality content
- Very transparent with their pricing
- Free certificates of completion
- Focused on data science skills
- Flexible learning timetable
How dir Was Used
HTML <dir>
specified an HTML directory listing just like an un-ordered list. HTML5 no longer supports this element.
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

Chrome
-

Edge
-

Firefox
-

IE
-

Opera
-

Safari
-
Mobile browser support

Chrome
-

Firefox
-

Opera
-

Safari
-