Loading
A web address. It tells your browser exactly which server to ask and what to ask for.
A string that identifies a resource on the web. Composed of scheme (https), host (dura.dev), path (/lesson), optional query (?from=home), and optional fragment (#section). The fragment is client-only and never sent to the server.
A subset of URI (RFC 3986). Defines a hierarchical naming scheme with authority, path, query, and fragment components. Browsers parse and normalize URLs through the WHATWG URL standard, which differs subtly from RFC 3986 in legacy edge cases.