+1
Under review
html linking images
Please I don't know how to link images (png) to the html code.
I have them in the same folder (png image and index.html) but in the body of index.html I put this code:
<img src= "img/avatar.png" alt="Avatar" />
Please help.
I have them in the same folder (png image and index.html) but in the body of index.html I put this code:
<img src= "img/avatar.png" alt="Avatar" />
Please help.
Customer support service by UserEcho
<img src="avatar.png" alt="Avatar" />
Hi, I have tried your way but the app doesn't find the image.
Update:
After restarting the application, It works.
Thank you.