What is the explicit meaning of 'src' in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the explicit meaning of 'src' in html

SRC

24th Jan 2020, 1:16 PM
Vinyl Davyl
Vinyl Davyl - avatar
4 Answers
+ 1
Source
24th Jan 2020, 1:28 PM
Mihai Apostol
Mihai Apostol - avatar
+ 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.
24th Jan 2020, 11:16 PM
David Carroll
David Carroll - avatar
+ 1
It's source
24th Jan 2020, 2:01 PM
Jannik Müller
Jannik Müller - avatar
- 1
Source
26th Jan 2020, 12:54 PM
Med B Amine amine
Med B Amine amine - avatar