Src is an attribute of the anchor tag.
Answers
Answered by
1
Answer:
No, src (source) is not the attribute of the anchor tag. It's the attribute of img(image) tag which is used to place an image in HTML file. Src is used as a way of locating file in that pc or over internet.
You can use this as an example to understand;
<img src="give an specific location of an image with its name adjoined with its extension" >
And as for the anchor tag, there's an another attribute which is used to locate the location of html files and that attribute is "href".
That's all.
Similar questions