I got a great answer to my question here about showing a "hover tip" when over a particular segment of text (plus other helpful tips).
But then I thought: Rather than writing "Title="Bla bla bla bla" in a gazillion places, is it possible to delegate that to the CSS class, like so:
.billybob
{
color: lime;
Title="this is the title for Billy Bob";
}
I have an example of trying that out here, but no joy in Mudville.
Is it possible, or am I stuck with explicitly adding the Title to every place where a class is referenced in HTML?