Hi all,
You're correct, Justin! To get the text to hover-over the image, add a "title" attribute to the image's tag with the text you want to show:
<img src="images/glados-example.jpg" alt="A picture of GlaDOS" title="This text shows up!" />
However, you should still be sure to include an "alt" attribute.
The alt attribute specifies an alternate text for the image, if it cannot be displayed. The value of the alt attribute should describe the image in words.
The alt attribute is required. A web page will not validate correctly without it.
Additionally, the "alt" attribute is used by screen readers. Screen readers are software programs used by those with a visual or learning impairment.
Thanks for your help, Justin! :)
- Molly