0
about <img> tag
when i add image in html code. the image is not displayed. i have tried many times ,but it is still not working?please help.
7 Réponses
+ 7
@Aadarsh maybe you are trying to put an image from your device. Sololearn doesn't support that feature. To display an image in the <img /> tag you should need to upload your image on some online platform. From there you can copy the image link and paste it in place of the link in the following code. <img src="link" />
+ 1
Could you please post your code here, then we can help you:)
+ 1
my problem is when i use codeplayground and take an image from my computer the image is not displayed but when i use notepad to make the same html code and then open it with any browser it is displayed and the html file runs completely well.so for codeplayground what should i do.
+ 1
Akash is right
+ 1
thanks for clearing my doubt.😊
0
i did things as you said and it worked
0
<img src="copy here path of the picture/img_name">
This way will work