Image files not showing in browser when creating a HTML, CSS and JS Repl in repl.it.
I am creating a new folder named "img" and dragging and dropping the local image file in the folder. And when I am running it, the image is not displayed in browser.
therealperson
i used the comments to help but it still wouldn't work
Havego
same problem here
arpitdhaka
I'm Facing the same issue, I'm new to all these things so i can really use some help guys, my repl link is - https://cs50xcoursewebsite.arpitdhaka.repl.co/#
bikkie
I have the same issue, but when i look at the website (https://bikkie.tk) it shows the image
heyitsmarcus
Can you post your repl? I don't see any repl on your profile that is HTML, CSS, and JS.
Can you post a repl link?
Also, you would need an
<img>
tag to display it.For example:
where you can replace
cat.gif
with your image file name.