Add a Text Alternative to Images for Visually Impaired Accessibility, Alt vs alt

Tell us what’s happening:

Problem statement says “It’s likely you’ve seen an alt attribute on an img tag in other challenges. Alt text describes the content of the image and provides a text-alternative. This helps in case the image fails to load or can’t be seen by a user. It’s also used by search engines to understand what an image contains to include it in search results. Here’s an example:”

Alt is capitalized, arent html element declarations case sensitive?

Your code so far


<img src="doingKarateWow.jpeg">

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/applied-accessibility/add-a-text-alternative-to-images-for-visually-impaired-accessibility/

HTML isn’t particularly case-sensitive, but lowercase letters are the norm.