I'm learning Web tech and teacher cannot give me a satisfactory explanation. I'd like to give a few example, please help me to point out am I right.
- I know URL is a subset of URI
- http://www.example.org:56789/a/b/c.txt?t=win&s=chess#para5 is a URL and also a URI
- every address we type in browsers can be called URL
- http://www.example.org:56789/ is also a URI
- the part:
a/b/c.txt?t=win&s=chess
is request-URI - the part:
para5
does not belong to the request-URI is just a fragment