files/en-us/web/uri/index.md
Uniform Resource Identifiers (URI) are used to identify "resources" on the web. URIs are commonly used as targets of HTTP requests, in which case the URI represents a location for a resource, such as a document, a photo, binary data. The most common type of URI is a Uniform Resource Locator ({{Glossary("URL")}}), which is known as the web address.
URIs can be used to trigger behaviors other than fetching a resource, including opening an email client, sending text messages, or executing JavaScript, when used in other places such as the href of an HTML <a> link.
The URI reference provides details about the components that make up a URI.
: character, which indicates the protocol the browser must use to fetch the resource.user information, host, and port.# character.
It is used to identify a specific part of the resource, such as a section of a document or a position in a video.The URI guides help you work with URIs on the web.
www. prefix in URLs (www.example.com vs example.com).{{Specifications}}