Learn HTML & CSS: Part I 9/15

This lesson deals with alt functions for visually impaired web users. After following directions to add "<img src= "#" alt= "Brown Bear" />" to the code it says “Did you add the alt attribute?” after running the code.

Please help :frowning:

Thanks

<img src= "#" alt= "Brown Bear" />

Could be the spacing… Try <img src="#" alt="Brown Bear" />

If not, I’d suggest using another browser for this course.

1 Like