Tooltip

A tooltip is a small label that appears on hover or focus. It is a class and a data-tip attribute; no script.

<button class="tooltip" data-tip="Save your work">Save</button>
A hint on hover

A tooltip

Add class="tooltip" and put the text in data-tip. It shows on hover and on keyboard focus.

<button class="tooltip" data-tip="Save your work">Save</button>
A tooltip above the button