Q. How to add alternative text to an image?
β
Correct Answer: (D)
<img src = “https://www.saveourhistory.in/logo.png” alt = “logo” />
Explanation: The value of the “alt” attribute is a textual description that is assigned to an image.