Computer Science, asked by saikutumbaka6675, 1 year ago

Imagelink can show a text label if you add property.
A.alt
B.str
C.alternative
D.All of the above

Answers

Answered by digi18
6
By using alt image link can show a text label.

Option A

Thanks
Answered by anjalin
0

Alt attribute is used to display alternate text labels.

Explanation:

  • The alt attribute specifies associate alternate text for an area if the image can not be displayed.
  • The alt attribute above all is that the text varies of a picture.
  • Generally alt attributes make a case for what a picture is.
  • Here is an associate example of a picture tag using the alt attribute.

      <img src="link" alt="text about image"></img>

  • The alt attribute provides various info for a picture if a user for a few reason cannot read it (because of slow association, connection within the src attribute, or if the user uses a screen reader).

Hence, Alt attribute is used to display alternate text labels.

Similar questions