Q. Which of the attributes is mandatory in the <img> tag?
β
Correct Answer: (A)
src
Explanation: The <img> element is defined with the required attribute src, which contains a URL pointing to the location of the image. Example :
<img src="../../images/test.jpg">