diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
commit | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch) | |
tree | 0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/glossary/uri | |
parent | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff) | |
download | translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2 translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip |
initial commit
Diffstat (limited to 'files/es/glossary/uri')
-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> |