How to add an image in HTML?, It just shows me a thumbnail of an image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

25th Oct 2023, 8:28 PM
Abdelrahman Mostafa
Abdelrahman Mostafa - avatar
3 Answers
+ 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
25th Oct 2023, 8:36 PM
Ausgrindtube
Ausgrindtube - avatar
25th Oct 2023, 8:34 PM
Sean
Sean - avatar
+ 2
Abdelrahman Mostafa your image type is: type="JPG/JPEG" 👤
26th Oct 2023, 3:34 AM
BroFar
BroFar - avatar