Computer Applications
How can text be displayed in place of an image for users whose browsers do not support images?
HTML Advanced Features
4 Likes
Answer
We can use the Alt attribute of the <IMG>
tag to display text in place of an image for users whose browsers do not support images.
E.g.<IMG Src= "garden.jpg" Alt = "Image of a garden">
Answered By
3 Likes
Related Questions
Mention the suitable HTML tag and the attribute to insert an image named 'globe.jpg' in the background of a webpage.
Mention any two attributes of
<IMG>
tag along with their significance.Name two common graphics file formats that most browsers recognise.
Name the attributes of
<A>
tag which are used for internal linking in a web page.