Check out example codes for "html title attribute". It will help you in understanding the concepts better.
Code Example 1
<head>
<title>This is your webpage title</title>
</head>
Code Example 2
<img src="money.png" title="Your Bank"> // or...
<div title="Your Bank"></div>
Learn ReactJs, React Native from akashmittal.com