Is there any tag that's suited to markup a path or directory?
For example: <path>user/project/</path>
I've checked all new HTML5 tags but there doesn't seem to be one that fits this purpose. So which one would come close?
|
|
|
Unfortunately there isn't anything in HTML for that. You could try to wrap it in a |
|||
|
|
http://www.w3.org/TR/html5/text-level-semantics.html#the-code-element |
|||
|
|
|
If it's part of code, you could use a If it's some sample output you could use If you'd like to list the parts, you could use
But if it's just a path, you should wrap it with |
|||
|
|
|
What do you think about this:
One advantage is that you can easily select the complete path without selecting other text accidentally. On the other hand it's not quite semantic since it's a form element. |
|||
|
|