0
Please am having issues inserting image in my html code my pic is not displaying help me
Please I need help in oder to make an image display https://code.sololearn.com/W67O5cZoxGDx/?ref=app
4 ответов
+ 6
You are trying to use a local source. That won't work. You can either host the image somewhere else and link to it or base64 encode the image and save it inside the HTML document.
+ 3
Here is solution. Try uploading the image on imagebb.com and after uploading the image there, you choose html links. Copy and paste in your img section.
Let me know when it works
+ 3
Please use relevant words in post tags. <br> is line break tag in HTML, your question was about images in HTML, irrelevant with <br>
https://code.sololearn.com/W3uiji9X28C1/?ref=app
+ 1
Thank you all appreciated