aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/url
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/url
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/glossary/url')
-rw-r--r--files/ja/glossary/url/index.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/files/ja/glossary/url/index.html b/files/ja/glossary/url/index.html
new file mode 100644
index 0000000000..24995603fb
--- /dev/null
+++ b/files/ja/glossary/url/index.html
@@ -0,0 +1,34 @@
+---
+title: URL
+slug: Glossary/URL
+tags:
+ - Glossary
+ - Infrastructure
+ - 'l10n:priority'
+translation_of: Glossary/URL
+---
+<p><strong>Uniform Resource Locator </strong>(<strong>URL</strong>) はインターネット上における(ウェブページや画像や動画といった)リソースの位置を特定するための文字列です。</p>
+
+<p>{{Glossary("HTTP")}} においては、URL は "ウェブアドレス" や "リンク" と呼ばれます。URL は{{glossary("browser", "ブラウザー")}}のアドレスバーに次のように表示されます。 <code>https://developer.mozilla.org</code> いくつかのブラウザーでは "//"以降の URL、つまり{{Glossary("Domain name", "ドメイン名")}}だけが表示されます。</p>
+
+<p>URL は、ファイル転送 ({{Glossary("FTP")}}) や電子メール ({{Glossary("SMTP")}}) やその他のアプリケーションにおいても利用されています。</p>
+
+<h2 id="Learn_more" name="Learn_more">関連項目</h2>
+
+<h3 id="General_knowledge" name="General_knowledge">一般知識</h3>
+
+<ul>
+ <li>Wikipedia 上の {{Interwiki("wikipedia", "URL")}}</li>
+</ul>
+
+<h3 id="Learn_about_it" name="Learn_about_it">この項目について学ぶ</h3>
+
+<ul>
+ <li><a href="/ja/docs/Learn/Common_questions/What_is_a_URL">URL とは何か</a></li>
+</ul>
+
+<h3 id="Specification" name="Specification">仕様書</h3>
+
+<ul>
+ <li>URL の構文は <a href="https://url.spec.whatwg.org/">URL Living Standard</a> で定義されています。</li>
+</ul>