HTML CSS Reference/HTML Attributes Reference/urn

Материал из Web эксперт
Перейти к: навигация, поиск

"urn" Example

   <source lang="html4strict">
   

<HTML> <head> <Title>Example For urn</Title> </head> <BODY> <a urn="wbex"

  href="http://www.wbex.ru">
  www.wbex.ru

</a> </BODY> </HTML>


     </source>
   
  


urn is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Applied_To |<a> | +----------------+--------------------------------------------------------------+

     </source>
   
  


"urn" Syntax and Note

   <source lang="html4strict">

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>


     </source>