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
Thanks
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
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.