if a web page includes the line <img src="sweaters.jpg" alt="Five new sweaters"> what happen if the internet connection is too slow to display the image
the user will get an error message
the image will load at slow resolution
the text "Five new sweaters" will appear instead
the text"sweaters" will apear instead
1 answer
If the internet connection is too slow to display the image, the text "Five new sweaters" will appear instead of the image. The alt attribute serves as alternative text that describes the image and is displayed when the image cannot be loaded.