0
src stands for????
3 Antworten
+ 1
Src stands for source
I assume you are using html so let me use an example
<img src="Random url”
This means that you want an image in your output, and the source of the image is whatever link you put in
0
thanks a lot
0
No problem