Image not showing
When I run this repl, nothing appears on the website eventhough an image is supposed to be there. And yes, I have tried renaming the image file’s name and the spelling is correct. What am I doing wrong?
Voters
When I run this repl, nothing appears on the website eventhough an image is supposed to be there. And yes, I have tried renaming the image file’s name and the spelling is correct. What am I doing wrong?
Simple Solution
It looks like you spelled
src
wrong!You should do (on line 10):
src
just stands for source.@SameeraMurthy Thanks for the help!