Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialBird Mervilus
Courses Plus Student 2,288 PointsTwitter Link
Why it keep telling me to "Be sure you alt twitter link"?
1 Answer
Dillon Patel
4,025 PointsWhen using the img tag, you should get into the convention of having both href
and alt
attributes. This should be the format of your link elements: <img href="link" alt="">
The alt attribute is meant for a meaningful description of the image for vision-impaired users, and also, if the image is simply not showing up. Even if you do not want to include a description, include a blank alt attribute: alt=""
.
Let me know if this helped!
Bird Mervilus
Courses Plus Student 2,288 PointsBird Mervilus
Courses Plus Student 2,288 PointsI did it like but it was just a bug I had with the code. I had to erase everything start over again. Thanks so much Dillon.