0
Please I need help, I tried inserting an image in my HTML code but it is not showing the images
I used this format <img src="img.jpg" alt=""/>
6 Respuestas
0
if you are trying to do this from your computer, create a new folder and inside of that folder put another (folder) called images and your html document. So now when you want to insert an image type:
src="/images/image.jpg"
+ 2
If that image is there in your phone and you are trying to insert it here, it won't work. You will have to copy the URL of an image available online.
+ 2
If you are trying to insert it in the code playground here then it won't work, it has to be an online source.
0
where is the image located? I mean where is it located in the folder
0
it located stored in my laptop's hard-drive and not in my phone
0
it worked