what is the purpose of the src attribute in the img tag
Answers
Answered by
6
Answer:
Definition and Usage
The <img> tag has two required attributes: src - Specifies the path to the image. alt - Specifies an alternate text for the image, if the image for some reason cannot be displayed.
Similar questions