3
I’m creating a script that randomly shows an instaram mosaic. I keep the original image Urls in a comic book, but it turns out that sometimes I have image Urls that don’t load because users have deleted the images in instagram.
How best to display an alternative image in case the source image is not found?
the attribute
alt="descrição da imagem aqui"
also serves for this and is SEO friend. "The required alt attribute specifies an Alternate text for an image, if the image cannot be displayed. "– Chun