tolkien_rules1234
New member
Hi, I'm taking an HTML class this semester and need some help creating a tooltip. Here's what I have right now:
<div>
<img src="diamond.jpg" alt="Diamond Health Club" usemap="#diamondmap" />
<map id="diamondmap" name="diamondmap">
<area shape="rect" coords="225, 7, 333, 40"
href="classes.htm" title="View our classes." alt="Classes" />
</div>
As you can see, I'm trying to create a tooltip that says "View our classes", but on the webpage it only comes up as "Classes" Can anyone help me out? Thanks!
Forgot to mention that the book specifically states that the alternative text must be "Classes" and the tooltip must be "View our classes." Thanks.
<div>
<img src="diamond.jpg" alt="Diamond Health Club" usemap="#diamondmap" />
<map id="diamondmap" name="diamondmap">
<area shape="rect" coords="225, 7, 333, 40"
href="classes.htm" title="View our classes." alt="Classes" />
</div>
As you can see, I'm trying to create a tooltip that says "View our classes", but on the webpage it only comes up as "Classes" Can anyone help me out? Thanks!
Forgot to mention that the book specifically states that the alternative text must be "Classes" and the tooltip must be "View our classes." Thanks.