+ 4
<img src="image.gif"> what is image.gif?
Question asked in html challenge
7 ответов
+ 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
0
image.gif here represents the source and name and extension of the image to be loaded.
0
يمثل رابط الصوره وحجم الصوره المعروضه
0
gif is one of the img extension
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.
0
<img src =''.. /.. /image 1.gif''>