URLs (Universal Resource Locators) have several parts. The syntax is:
protocol://server.secondLevelDomain.topLevelDomain:portNumber/path/to/file?argument1=value1&argument2=value2
The portNumber isn't needed if you're connecting to the well known port of the protocol (for http port 80). If no protocol is given, browsers assume http.