Skip to content
Advertisement

creating alt tags for images gotten through JSON

This web page has three cards with information above and an image below. I am using JavaScript and HTML to get the information that goes to my web page. My JavaScript gets the information it needs from the following online JSON file. The file doesn’t contain alt text for the image. when I run the Wave evaluation tool, it says I need alt text for my images. The images are provided through the JSON file. How can I create alt text for it? Do I do it in the HTML or in the JavaScript? How would I do that?

JavaScript

Advertisement

Answer

Just add an alt attribute to photo

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement