<img src="image.gif"> what is image.gif? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

<img src="image.gif"> what is image.gif?

Question asked in html challenge

18th Oct 2018, 11:29 AM
Harsh Singh
6 Answers
+ 1
Gif is an extension of bitmap image. It supports both static and animated images. For more info: https://en.m.wikipedia.org/wiki/GIF
19th Oct 2018, 9:20 AM
Vishvesh Jain
Vishvesh Jain - avatar
0
image.gif here represents the source and name and extension of the image to be loaded.
18th Oct 2018, 11:46 AM
Ayushman Sen
Ayushman Sen - avatar
0
يمثل رابط الصوره وحجم الصوره المعروضه
18th Oct 2018, 10:17 PM
Rasha
0
gif is one of the img extension
19th Oct 2018, 4:47 AM
Abbas
Abbas - avatar
0
The img label is the link to the image you want to display. And the src attribute is store the image location and name. So the image.gif is you imgae's name. And the *.gif is an extension of bitmap image. The others like *.png, *.jpg are also the extension of bitmap image.
19th Oct 2018, 12:05 PM
Lee
0
<img src =''.. /.. /image 1.gif''>
9th Feb 2020, 5:45 PM
Junior Nicholus