urn attribute (a)
Specifies a Uniform Resource Name (URN) for a linked object.
The URN provides the identity, while the URL specifies an address to find it.
JavaScript page for this attribute: urn. You can find other example(s) there. |
Possible values:
String that sets a Uniform Resource Name.
Default: this attribute has no default value.
Example HTML code 1:
This example illustrates the use of the URN attribute:
|
||||
<a href="http://www.dottoro.com" urn="myAnchor"></a> |
||||
|
||||
Did you find this example helpful?
|
Supported by tags:
External links:
User Contributed Comments