Say no to jquery for tooltip

Tooltip – A common Graphical User Interface(GUI) element. This tooltip is a helper text that will appear when the user hovers a mouse pointer above HTML element, without clicking it. A tooltip contains information about an item.
You may have created many tooltips using jquery. But now in this demo, we are going to discuss an alternative way to create a tooltip using HTML and CSS.