diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:15 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:15 -0500 |
commit | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch) | |
tree | d4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/de/glossary/url | |
parent | 33058f2b292b3a581333bdfb21b8f671898c5060 (diff) | |
download | translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2 translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip |
initial commit
Diffstat (limited to 'files/de/glossary/url')
-rw-r--r-- | files/de/glossary/url/index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/files/de/glossary/url/index.html b/files/de/glossary/url/index.html new file mode 100644 index 0000000000..ad6f5a3a5b --- /dev/null +++ b/files/de/glossary/url/index.html @@ -0,0 +1,33 @@ +--- +title: URL +slug: Glossary/URL +tags: + - Glossary + - Infrastructure +translation_of: Glossary/URL +--- +<p>Ein <strong>Uniform Resource Locator</strong> (<strong>URL</strong>) ist ein Text-String, der angibt, wo eine Ressource im Internet gefunden werden kann.</p> + +<p>Im Zusammenhang mit {{Glossary("HTTP")}}, werden URLs auch "Web-Adresse" oder "Link" genannt. Der Browser zeigt URLs in der Adressleiste an, zum Beispiel: <code>https://developer.mozilla.org </code>Einige Browser zeigen nur den Teil der URL nach den "//" an, das ist der {{Glossary("Domain name")}}</p> + +<p>URLs können auch für den Dateiaustausch ({{Glossary("FTP")}}) , E-Mails ({{Glossary("SMTP")}}), und andere Anwendungen genutzt werden.</p> + +<h2 id="Mehr_erfahren">Mehr erfahren</h2> + +<h3 id="Allgemeine_Verweise"><strong>Allgemeine Verweise</strong></h3> + +<ul> + <li>{{Interwiki("wikipedia", "URL")}} auf Wikipedia</li> +</ul> + +<h3 id="Zum_Lernen">Zum Lernen</h3> + +<ul> + <li><a href="/en-US/Learn/Understanding_URLs">Understanding URLs and their structure</a></li> +</ul> + +<h3 id="Spezialisierung">Spezialisierung</h3> + +<ul> + <li>Die Syntax von URLs ist im <a href="https://url.spec.whatwg.org/">URL Living Standard</a> definiert.</li> +</ul> |