Skip to content

Instantly share code, notes, and snippets.

@mornir
Created April 5, 2018 16:47
Show Gist options
  • Save mornir/74a2483fc1d0bebd5f71b293bca4362e to your computer and use it in GitHub Desktop.
Save mornir/74a2483fc1d0bebd5f71b293bca4362e to your computer and use it in GitHub Desktop.
Absolute path vs Relative path

absolut path: /images/flower.png relative path: ./images/flower.png (or images/flower.png) or ../../images/flower.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment