Image scr

why can't i navigate to my images as they wont display. /images/rabbit.jpg Is what i used or even two ../
6 Replies
b1mind
b1mind5mo ago
Make sure you get an understanding of file paths
b1mind
b1mind5mo ago
Understanding HTML File Paths & How to Use Them
Learn about the differences between absolute and relative HTML file paths and how you can use them to improve your web development skills.
b1mind
b1mind5mo ago
Maybe this will help, didn't read but quick skim seems to cover it ok It's really important to understand 👍
proteus_100
proteus_1005mo ago
Thanks for this. It was /images.name of image.jpg. So does this mean (/) is one folder down from master folder? And what do the (.) Periods mean?
b1mind
b1mind5mo ago
If you read the article it goes into it all. / root always ./ current ../ up a dir ../../ up two, etc no name.jpg is = to ./ in most cases.
proteus_100
proteus_1005mo ago
Understood. Thanks for your very helpfull link and words.