diff options
Diffstat (limited to 'files/ru/glossary/url/index.html')
-rw-r--r-- | files/ru/glossary/url/index.html | 31 |
1 files changed, 31 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..8a248f273a --- /dev/null +++ b/files/ru/glossary/url/index.html @@ -0,0 +1,31 @@ +--- +title: URL (Единый указатель ресурса) +slug: Glossary/URL +tags: + - URL + - Глоссарий + - Ссылки + - веб-адреса + - урлы +translation_of: Glossary/URL +original_slug: Словарь/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> |