Simple tool tip without JavaScript
Here is a method to create a simple tool tip hover effect using only HTML and CSS. No JavaScript needed in order for this to work. Style as you wish.
a link a:hover:after { content: attr(data-tooltip); }
Graphic Designer, Front-End Web Developer