tag to tittle in html code example
Example 1: html title popup
<img src="money.png" title="Your Bank"> // or...
<div title="Your Bank"></div>
Example 2: html title tag
<title>Website Title</title>
<img src="money.png" title="Your Bank"> // or...
<div title="Your Bank"></div>
<title>Website Title</title>