Relier Pairs Matching URL StyleVersion en ligne This game is designed to relate the components of the syntax of the HTTP URL. par Matthew Hepworth 1 Top-level domain 2 Domain name 3 Mailto 4 Path 5 Scheme 6 Query String 7 Port Number 8 Fragment Identifier 9 Sub domain 10 Host Represents the purpose and type of domain. Pertains to the objective, owner, or geographic area of the domain Used to specify or find the particular resource requested. It may be different from the files/folders organized on the web Optional in the URL, however, if omitted the default scheme is used- ex: default scheme for https: request is 443 URLs that pertain to email digital resources Most commonly known as, "www" of the domain name The unique, literal name or reference to a specific source for instance of an organization, company, etc. Data to be passed to software running on the server. Usually includes apersands and underscores. name of a protocol (but not always), defines how the resource will be obtained. aka "how to connect" ex.: http, https, ftp normally given as a domain name; aka specifying "where to connect" Specifies a part or a position within the overall resource. When used with HTML it locates to a particular spot on the page, attributes to the "id" of the URL if applicable.