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

can't see alternative text info using images alt and title tags.

Sorry gotta figure out the markdown to be able to leave my code.

Hi, Janise Bradford:

You should be able to see alt and title tags if your attempt to use the img was formatted the following way:

<img src="/images/my_image.png" alt="My image" title="My image" /> 

Thanks Kevin. Feeling stuck so I'm going to revisit this tomorrow.

Thank you so much for responding.

Jason, I'm just getting back to my studies... Thanks for the posting to markdown. This is very helpful.

Janise

Hi Janise,

This should help for posting code: https://teamtreehouse.com/forum/posting-code-to-the-forum

1 Answer

This is how I would code this...

<img src="images/my_image.png" alt="my Image">

Hope this helps.

Hi, Errol Ikalina: You forgot to define a value for the title attribute. :)