The required markup for a tooltip is only a data attribute and title on the HTML element you wish to have a tooltip. The tooltip will appear with a slight delay when the user hovers over an Wrap your code in

 tags, link to a GitHub gist, JSFiddle fiddle,  or CodePen pen to embed! pixels.   Inserting this attribute effectively gives the element a tooltip that pops up when the mouse moves over it. The generated markup of a tooltip is rather simple, though it does require a position (by default, set to top by the plugin). For more information refer to Poppers, Allow HTML in the tooltip. If you want to add a title attribute, you can do it with JavaScript.  

I think we have a slight philosophical difference on this point. Effectively, this means that you can't use this method directly on elements like ,