+ 1
What is the explicit meaning of 'src' in html
SRC
4 Answers
+ 1
Source
+ 7
Vinyl Davyl The attribute "src" is an abbreviation for "source". The source refers to the path to a file.
Example:
<img src="/assets/img/logo.png"/>
The above example refers to a PNG image file in the folder structure below:
/assets
/img
logo.png
I hope this makes sense.
+ 1
It's source
- 1
Source