When writing technical HTML documents, I often feel a need for an element to represent a path or a file in the file system. But I couldn't find any semantically correct element to do this.<br><br>I usually use <em class="filesystem">C:\foo\bar</em> but it just feels wrong...<br>
<br>Is it worthy to have another HTML element like <filesystem> (I'm not sure if this is the better name for the element) to represent a path (e.g. C:\foo\bar) or a file name (e.g. README.txt)?<br><br clear="all">
<br>-- <br>Samuel Santos<br><a href="http://www.samaxes.com/">http://www.samaxes.com/</a>