Home > Net >  I cant have an image (html)
I cant have an image (html)

Time:11-19

I'm coding html and putting in images but they wont load.

How can I fix this?

<img src="file:///D:/Minecraft.png">
<img src="file:///D:/Minecraft.png">
<img src="file:///D:/MinecraftDungeons.png"> 
<img src="file:///D:/MyFirendPedro.png">
<br>
<img src="file:///D:/Roblox.png">
<img src="file:///D:/Roblox_Vesteria.png">
<img src="file:///D:/Retro.jpg">
 <br>

CodePudding user response:

change your src path to src="D:/Minecraft.png"

  •  Tags:  
  • html
  • Related