Computer Applications
Which attribute of the <IMG>
tag allows you to display a text instead of an image?
- Alt
- Image
- Alternate
- Border
HTML Advanced Features
2 Likes
Answer
Alt
Reason — The Alt attribute can display a phrase instead of the image, in case the image cannot be displayed by the browser.
Answered By
2 Likes
Related Questions
Which tag is used to insert an image in a web page?
<SRC>
<IM>
<IMG>
- None of these
You can use the …………… attribute to control the horizontal space around an image.
- Hspace
- Rspace
- Lspace
- None of these
We can present data in a row and column format by using the …………… tag.
<TR><TC>
<TABLE>
<ROW><COL>
- None of these
The column heading is specified by using the …………… tag.
<CH>
<TR>
<TH>
<TD>