I'm going to add a lot of tooltips to my web site in order to guide the visitor.
I can do this easily with the HTML title-attribute. But I can also use the Bootstrap's tooltip plugin (this requires an extra data-toggle-attribute for each tooltip though).
Is there any obvious reason why I should avoid using the easier HTML title-tag only?
I'm not interesting in positioning and layout of the tooltip. I simply want to show the text.