Horje

What to Use Instead of HTML <dir> Tag?

Use <ul> to create a directory list
index.html
Example: HTML
<ul>
  <li>html</li>
  <li>xhtml</li>
  <li>css</li>
</ul>  

Output should be:

What to Use Instead of HTML <dir> Tag?




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin