I’m trying to add this image to my html website but it’s not showing up. I was wondering if Replit automatically blocks these kinds of content.
My code is <img scr = "images/pinkmanw.png">
I’m trying to add this image to my html website but it’s not showing up. I was wondering if Replit automatically blocks these kinds of content.
My code is <img scr = "images/pinkmanw.png">
Your code should be <img src="images/pinkmanw.png"/>
. You misspelled “src” which stands for “source”
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.