Referencing files in different folders can be done through relative positions instead of having to use the full URL. If you keep your files organized, having your code find a specific file shouldn't be complicated.
| Visual Representation | <img src=" "> |
![]() | image.gif |
![]() | images/image.gif |
![]() | ../image.gif |
![]() | ../../image.gif |
![]() | ../images/image.gif |
![]() | ../../../other/images/image.gif |







