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 HTML Basics Images, Text and Links Adding Images to the Page

Courtney Flannagan
Courtney Flannagan
1,684 Points

I can't seem to get the image titles to appear when I hover over an image nothing comes up.

When adding an image title nothing seems to appear on my images in the browser. I have tried copying and pasting the code from the video but still doesn't work.

5 Answers

<img src="something.jpg" title="title" alt="description">
Samet Erpik
Samet Erpik
1,187 Points

Possibly I'm late to the party... Any chance that you're testing in responsive mode? As long as the syntax of the title attribute is correct such as :

<img src="yourImage.jpg" title="title text">

it should work!

Kindly send the code snippet here so that we can see and also learn.

I thought mine didn't work, but I actually had to leave the arrow hovered for longer.