HTML CSS Reference/HTML Attributes Reference/urn

Материал из Web эксперт
Версия от 08:20, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"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>