Slashed URI
I actually always wondered why the file scheme had three slashes in it. Now I know—and it makes perfect sense.
a file scheme has 3 slashes (compared to the two used after http) because the scheme for URLs is
<proto>://<host>/<path>and since file (in most cases) has no host (it's your machine), it becomesfile:///<path>(ref).