Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions files/en-us/glossary/url/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ page-type: glossary-definition
sidebar: glossarysidebar
---

**Uniform Resource Locator** (**URL**) is a text string that specifies where a resource (such as a web page, image, or video) can be found on the Internet.
A **Uniform Resource Locator** (**URL**) is a text string that specifies where a resource (such as a web page, image, or video) can be found on the Internet.

In the context of {{Glossary("HTTP")}}, URLs are called "Web address" or "link". Your {{glossary("browser")}} displays URLs in its address bar, for example: `https://developer.mozilla.org`. Some browsers display only the part of a URL after the "//", that is, the {{Glossary("Domain name")}}.
In the context of {{Glossary("HTTP")}}, URLs are commonly called "web addresses" or "links". Your {{glossary("browser")}} displays URLs in its address bar, for example: `https://developer.mozilla.org`. Some browsers display only the part of a URL after the "//", that is, the {{Glossary("Domain name")}}.

URLs can also be used for file transfer ({{Glossary("FTP")}}), emails ({{Glossary("SMTP")}}), and other applications.

Expand Down
Loading