<html>
<body>
<p>The tree command produces the following output:</p>
<listing>
C:.
├───Program Files
│ ├───Adobe
│ ├───Bonjour
...
</listing>
</body>
</html>
The listing element displays content as text, not HTML, and in a monospace font.
Obsolete Use pre instead.
A live example:
C:. ├───Program Files │ ├───Adobe │ ├───Bonjour ...
N of