0
How can I add image in html from Google?,what should I type
<img src="?????????????"
6 Respostas
+ 11
nouman .m you can upload your image at any website like https://m.imgur.com/ then copy the link of that uploaded image and paste it in the src
+ 6
Try this out
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
0
thanks for your answer
0
u should use
<img src="image link">
EXAMPLE
<img src="https://google.com/image/jeidhd">
0
hey diman but in phone we cant get this link it is possible only in pc
- 1
Hi nouman .m !
I'm pretty sure that "?????????????" isn't a url, so I recommend using a url. Also, don't forget to close your image tag (>).