0

My image in HTML code ar not showing why?

Please help me my image in HTML code are not showing in the output

22nd Jul 2025, 12:15 PM
Adam Barok
Adam Barok - avatar
3 Answers
+ 5
If you need help with your code, show your code. Note that sololearn playground does not have access to your local storage. Review similar questions: https://www.sololearn.com/discuss/3325431/?ref=app https://www.sololearn.com/discuss/3319391/?ref=app https://www.sololearn.com/discuss/3325581/?ref=app
22nd Jul 2025, 12:19 PM
Lisa
Lisa - avatar
+ 1
Question is incomplete, please provide the code you are having issue with.
22nd Jul 2025, 12:19 PM
Aleksei Radchenkov
Aleksei Radchenkov - avatar
0
You can search up image hosting online, and there are websites that will give you the link to that image, i think imageBB is a good one, make sure it has .png in the url, then follow this code: <img src=“link the image hoster gives you” id=“yourimage” alt=“hi”>
23rd Jul 2025, 1:30 PM
ByteMaster
ByteMaster - avatar