0
img src
can someone told me what means "src" here <img src="image.jpg" />
6 ответов
+ 14
source
+ 2
src stand for source of your image like:-
<img src="/images/picture.jpg/>
there is "images" is a folder inside this folder there is an image whose name is picture. jpg where .jpg is the extension of your image.
+ 2
tnx#Rajeev
+ 1
src stands for source, the source of the image/where the image comes from.
+ 1
tnx#frost
+ 1
tnx#Tim