Forum Moderators: open
however... Internet Exploiter does not support the abbr tag[1] so you might want to use acronym.
[1] there is a javascript hack that can be used to get IE to mimick support. [sovavsiti.cz...]
It supports the title on <acronym> <a> and others, BUT NOT ON <abbr>
if you put <abbr title="Webmaster World">WW</abbr>
internet explorer *will not* show this title, if you incorrectly[1] put <acronym title="Webmaster World">WW</acronym> IE *will* show the title.
[1] incorrectly as and acronym is "A word formed from the initial letters of a name" (dictionary.com)