Simple Tooltip
Create tooltips with CSS.
A tooltip is often used to specify extra information about something when the user moves the mouse pointer over an element.
The tooltiptext class holds the actual tooltip text. It is hidden by default, and will be visible on hover.