info-bulle html
// to show default tooltip in html, add title attribute
<p title="This is a tooltip">Hover here</p>
Cloudy Capuchin
// to show default tooltip in html, add title attribute
<p title="This is a tooltip">Hover here</p>
<img src="money.png" title="Your Bank"> // or...
<div title="Your Bank"></div>