diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:51:05 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:51:05 +0100 |
commit | c058fa0fb22dc40ef0225b21a97578cddd0aaffa (patch) | |
tree | df20f8b4c724b61cb9c34cdb450a7ac77d690bd0 /files/ru/glossary/url/index.html | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.tar.gz translated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.tar.bz2 translated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.zip |
unslug ru: move
Diffstat (limited to 'files/ru/glossary/url/index.html')
-rw-r--r-- | files/ru/glossary/url/index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/files/ru/glossary/url/index.html b/files/ru/glossary/url/index.html new file mode 100644 index 0000000000..acaddff749 --- /dev/null +++ b/files/ru/glossary/url/index.html @@ -0,0 +1,30 @@ +--- +title: URL (Единый указатель ресурса) +slug: Словарь/URL +tags: + - URL + - Глоссарий + - Ссылки + - веб-адреса + - урлы +translation_of: Glossary/URL +--- +<p><em>Единый указатель ресурса (Uniform Resource Locator, </em><strong>URL</strong>) — строка, однозначно определяющая, где в интернете находится ресурс.</p> + +<p>В контексте {{Glossary("HTTP")}}, URL называют "адрес" (web address)" или "ссылку" (link). В браузере URL отображается в адресной строке , например, <code>https://developer.mozilla.org</code>.</p> + +<p>Кроме того, URL используют при передаче файлов через {{Glossary("FTP")}} , в электронной почте через ({{Glossary("SMTP")}}) и других местах.</p> + +<h2 id="См._также">См. также</h2> + +<h3 id="Основная_информация">Основная информация</h3> + +<ul> + <li>{{Interwiki("wikipedia", "URL")}} в Википедии</li> +</ul> + +<h3 id="Узнайте_об_этом">Узнайте об этом</h3> + +<ul> + <li><a href="/ru/docs/Learn/Understanding_URLs">Понимание структуры URL</a> на сайте MDN</li> +</ul> |