+ 4
How can we copy link for image ?
I have copy link and paste it on <omg src="link" >. But it donot dispaly image in html . why??
4 Réponses
+ 5
if the link doesn't end with .png,.gif,.svg or any valid image extension,
youre copying the wrong thing
+ 4
try <img src="url" alt=""/> 😊
+ 3
Hello, Anish Poudel !
Most likely, you have incorrectly written the link. Please attach your code here, and then people will be able to help you.
0
well, make sure that your external link for the image is correct inside the src attribute. That is, as long as your image is being hosted on a server.
Example:
<img src="http://example.com/image.jpg" alt="my image" />