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 trial

HTML

ALT Tag

I have a file with a bunch of empty alt tags. I know they are important for SEO, but are they adding any value of they aren't populated? When I've ripped them out before and run the file through an HTML Validator, it screams that all the images are missing alt tags. Any thoughts are appreciated.

2 Answers

Patrick Serrano
Patrick Serrano
13,834 Points

Chris Coyier over at [css-tricks.net](css-tricks.net) ran a poll about using alt-text last month, and there was a lot of really great discussion in the comments about when and why you should include alt-text.

Thanks for the info Patrick!