Home > Blockchain >  I'm having trouble linking an image from a different folder
I'm having trouble linking an image from a different folder

Time:08-29

<head>
<title> URL Practice </Title>

</head>

<body>

<img src = "./bloo/chicken.png"> 

</body>

I'm trying to learn how to do relative URL links and I've been trying to get it to link to an image from a folder that's inside the original file. It's not working and I don't understand why, I feel like I've tried every variation.

enter image description here

meme.jpg is inside MyImages folder

CodePudding user response:

enter code here

HTML Input src Attribute

\

  • Related