diff options
Diffstat (limited to 'files/ko/glossary/uri/index.html')
-rw-r--r-- | files/ko/glossary/uri/index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/files/ko/glossary/uri/index.html b/files/ko/glossary/uri/index.html new file mode 100644 index 0000000000..759bb9e381 --- /dev/null +++ b/files/ko/glossary/uri/index.html @@ -0,0 +1,23 @@ +--- +title: URI +slug: Glossary/URI +tags: + - Glossary + - HTTP + - Search + - URI + - URL +translation_of: Glossary/URI +--- +<div>{{QuickLinksWithSubpages("/ko/docs/Glossary")}}</div> + +<p><span class="seoSummary"><strong>URI</strong>(Uniform Resource Identifier)는 하나의 리소스를 가리키는 문자열입니다.</span> 가장 흔한 URI는 {{glossary("URL")}}로, 웹 상에서의 위치로 리소스를 식별합니다. 반면, {{glossary("URN")}}은 주어진 이름공간 안의 이름으로 리소스를 식별합니다. 도서의 ISBN을 예시로 사용할 수 있습니다.</p> + +<h2 id="더_알아보기">더 알아보기</h2> + +<h3 id="일반_지식">일반 지식</h3> + +<ul> + <li>위키백과 {{Interwiki("wikipedia", "URI")}}</li> + <li><a href="http://tools.ietf.org/html/rfc3986">URL에 관한 RFC 3986</a></li> +</ul> |