InterviewSolution
Saved Bookmarks
| 1. |
Which tag is used to display text when an image cannot be displayed |
|
Answer» tion:The required ALT attribute specifies an alternate TEXT for an image, if the image cannot be DISPLAYED. The alt attribute provides alternative information for an image if a user for some reason cannot view it (because of slow CONNECTION, an ERROR in the src attribute, or if the user uses a screen reader). |
|