resources
subdirectory!A URL that starts with the name of the subfolder lets the browser know to go INTO that subfolder to find the file it's looking for.
The relative path from links.html
to otherpage.html
is
resources/otherpage.html
A URL that starts with ../
comes OUT OF the current folder and into its parent directory.
The relative path from otherpage.html
to links.html
is
../links.html