| 
 <DIR>
The DIR tag is used for creating multi-column directory listings.
This listing is much like the directory command used in MS-DOS
to retrieve a list of files located in a directory.
 
 Attributes
| 
	| Attribute | Description |  
	| ID | Identifies this tag to reference in script (program code) |  
	| CLASS | Define the class used to render this element (defined by a style sheet) |  
	| TITLE | A title that is associated with the element (displayed as a tooltip in Internet Explorer) |  
	|  |  |  | 
 Example
<DIR>
File1		12345    10/12/02 10:42pmFile2		  495    03/02/26 08:37pm
 File3		12345    10/12/02 10:42pm
</DIR>
 Renders As:
File1		12345    10/12/02 10:42pmFile2		  495    03/02/26 08:37pm
 File3		12345    10/12/02 10:42pm
 Compatibility
The tag is deprecated and will disappear in the future HTML 4.01
 
 |