aboutsummaryrefslogtreecommitdiff
path: root/files/ca/glossary/url
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
commit4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch)
treed4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/ca/glossary/url
parent33058f2b292b3a581333bdfb21b8f671898c5060 (diff)
downloadtranslated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip
initial commit
Diffstat (limited to 'files/ca/glossary/url')
-rw-r--r--files/ca/glossary/url/index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/files/ca/glossary/url/index.html b/files/ca/glossary/url/index.html
new file mode 100644
index 0000000000..d3eb24477d
--- /dev/null
+++ b/files/ca/glossary/url/index.html
@@ -0,0 +1,28 @@
+---
+title: URL
+slug: Glossary/URL
+tags:
+ - Glossary
+ - Infrastructure
+ - 'l10n:priority'
+translation_of: Glossary/URL
+---
+<p><em>Uniform Resource Locator</em> (<strong>URL</strong>) és una cadena de text que especifica on es pot trobar un recurs en Internet.</p>
+
+<p>En el context de {{Glossary("HTTP")}}, les URLs es denominen "adreça web" o "enllaç". El vostre navegador mostra les URLs a la barra d'adreces, per exemple <code>https://developer.mozilla.org</code></p>
+
+<p>Les URLs també es poden utilitzar per a la transferència d'arxius ({{Glossary("FTP")}}), correus electrònics ({{Glossary("SMTP")}}) i altres aplicacions.</p>
+
+<h2 id="Aprèn_més">Aprèn més</h2>
+
+<h3 id="Coneixement_general"><span id="result_box" lang="ca"><span>Coneixement general</span></span></h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "URL")}} en Wikipedia</li>
+</ul>
+
+<h3 id="Aprèn_sobre">Aprèn sobre</h3>
+
+<ul>
+ <li><a href="/en-US/Learn/Understanding_URLs">Entendre les URLs i la seva estructura</a></li>
+</ul>