What is an alternative to give AlternateText in Image?

 Posted by Rajesh_Kumar on 2/17/2014 | Category: ASP.NET Interview questions | Views: 2059 | Points: 40
Answer:

With the help of alt attribute of an image ,we can give alternate text on image.

For Example:
<input type="img_view" name="submit" src="view.jpg" alt="Submit" />


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response