--- title: URL slug: Glossary/URL tags: - Glossary - Infrastructure - 'l10n:priority' translation_of: Glossary/URL --- <div>{{QuickLinksWithSubpages("/ko/docs/Glossary")}}</div> <p><strong>URL</strong>(Uniform Resource Locator)은 인터넷에서 웹 페이지, 이미지, 비디오 등 리소스의 위치를 가리키는 문자열입니다.</p> <p>{{Glossary("HTTP")}} 맥락에서 URL은 "웹 주소" 또는 "링크"라고 불립니다. {{glossary("browser", "브라우저")}}는 <code>https://developer.mozilla.org</code> 등 URL을 주소창에 표시합니다. 일부 브라우저는 URL에서 "<code>//</code>" 뒤의 일부분, 즉 {{glossary("domain name", "도메인 이름")}}만 표시합니다.</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="/ko/docs/Learn/Common_questions/What_is_a_URL">URL과 URL 구조 이해하기</a></li> </ul> <h3 id="명세">명세</h3> <ul> <li>URL 구문은 <a href="https://url.spec.whatwg.org/">URL Living Standard</a>가 정의합니다.</li> </ul>