+ 3
What does src stand for?
Just wondering
6 ответов
+ 6
like in your tags, it stands fit an IMAGE link
sometimes I wonder if taggers like you already know the answer
+ 2
src = source
img = image
etc.
+ 2
@Lily Chong it stands for alternative and the alternative to showing an image is showing a text. So if you make your code this..
<img src="tree.jpg" alt="picture of a tree" />
..and for some reason the image didn't load then the user will see the alternative, he/she will see that text.
+ 1
src stands for source
+ 1
image="SRC" image source
0
What does alt stands for ?
e.g.
<img src="tree.jpg" alt="" />