HTML CSS Reference/HTML Attributes Reference/urn
"urn" Example
<HTML>
<head>
<Title>Example For urn</Title>
</head>
<BODY>
<a urn="wbex"
href="http://www.wbex.ru">
www.wbex.ru
</a>
</BODY>
</HTML>
urn is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<a> |
+----------------+--------------------------------------------------------------+
"urn" Syntax and Note
Note:
This attribute sets a Uniform Resource Name (URN) for a target document.
URN is one way to locate a document on the internet.
The other way being by its URL.
To locate a document using its URN, the URN must be registered.
Approved namespaces are listed in the IANA registry.
see http://www.iana.org/assignments/urn-namespaces.
Syntax:
<a urn="value"> . . . </a>