ii. What do you mean by IMG and SRC?
Answers
Answered by
5
- The <img> tag is used to embed an image in an HTML page.
- SRC- Specifies the path to the image.
- ALT- Specifies an alternate text for the image, if the image for some reason cannot be displayed.
Answered by
4
Explanation:
the img is used to embed a image in html while src provide souce or path to the location of the image
Similar questions