+ 1
How to add an image in HTML?, It just shows me a thumbnail of an image
<img src="https://images.app.goo.gl/JLQ3AVHYRj8L99E78"> https://code.sololearn.com/WUm7UaEd74wV/?ref=app
3 Antworten
+ 7
Most images end in a file extension like .jpg, .png, .gif. Your src doesn't have that.
Let's see if there's a guide/some info to help you:
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
https://www.sololearn.com/discuss/1803850/?ref=app
https://www.sololearn.com/discuss/2390690/?ref=app
https://www.sololearn.com/discuss/1325165/?ref=app
+ 2
you have to use this address for the image source:
https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQMmCyChcbkYcuUzkNQYGYqHl_zc4InHNRfMA&usqp=CAU
+ 2
Abdelrahman Mostafa your image type is:
type="JPG/JPEG"
👤