+ 1
Image Placing
What does "src" do?
3 Answers
+ 3
Src inside img tag like this?
<img src="image path">
src is attribute used to connect image or video/audio path to our html document.
It is short from source.
More about it:
https://html.com/attributes/img-src/
https://www.w3schools.com/tags/att_src.asp
+ 1
src is also attribute for <video> and <audio> not just <img>, if you check second link I posted you would see every html tag what use src
0
What do you mean putting audio/video?