0
Why the image doesn't appear???
I put this <img src="https://images.app.goo.gl/EdLvQn6qabJ6mEwY6">
3 Answers
+ 2
Images usually end with "jpg", "png" and alike. You need to get the correct link that ends with an image format specifier.
+ 1
<img src=https://upload.wikimedia.org/wikipedia/commons/e/eb/Ash_Tree_-_geograph.org.uk_-_590710.jpg />
Correct link for img..
0
your code should be like this to view image:
<img src="image.png">
or
<img src="https://www.emample/img/899/78trees.png">