diff options
Diffstat (limited to 'files/es/glossary/uri/index.html')
-rw-r--r-- | files/es/glossary/uri/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/files/es/glossary/uri/index.html b/files/es/glossary/uri/index.html new file mode 100644 index 0000000000..60606c7274 --- /dev/null +++ b/files/es/glossary/uri/index.html @@ -0,0 +1,20 @@ +--- +title: URI +slug: Glossary/URI +tags: + - Glosario + - Identificador Uniforme de Recursos +translation_of: Glossary/URI +--- +<p>Un <strong>URI</strong><em> (Identificador Uniforme de Recursos de sus siglas en inglés: Uniform Resource Identifier)</em> es una cadena que se refiere a un recurso. Los más comunes son {{Glossary("URL","URLs")}}, que identifican el recurso dando su ubicación en la Web. {{Glossary("URN","URNs")}}, por el contrario, se refiere a un recurso por un nombre, en un espacio de nombres determinados, como el ISBN(<span class="js-about-module-abstr">International Standard Book Number)</span> de un libro.</p> + +<h2 id="Aprende_más">Aprende más</h2> + +<h3 id="Conocimientos_Generales">Conocimientos Generales</h3> + +<ul> + <li>{{Interwiki("wikipedia", "URI")}} en Wikipedia</li> + <li><a href="http://tools.ietf.org/html/rfc3986">RFC 3986 on URI</a></li> + <li><a href="/en-US/docs/Web/HTTP/data_URIs">data URIs</a></li> + <li><a href="/en-US/docs/URI/www_vs_non-www_URLs">www vs non-www</a></li> +</ul> |