scheme://host.domain:port/path/filename
scheme
: defines the type of Internet service, e.g., http, ftp, and mailto.
host
: defines the domain host
(the default host for http is www).
domain
: defines the Internet domain name, like w3schools.com.
:port
: defines the port number at the host, e.g., 80, the default number.
path
: defines a path at the server.
filename
: defines the name of a document/resource.
Character | URL-Encoding | Character | URL-Encoding | Character | URL-Encoding | ||
---|---|---|---|---|---|---|---|
@ | %40 | # | %23 | $ | %24 | ||
% | %25 | & | %26 | ' | %27 | ||
< | %3C | = | %3D | ? | %3F |
|