HTML and CSS tooltip
HTML
<div>
<h1>
HTML and CSS tooltip
</h1>
<a href="#" title="This is some information for our tooltip." class="tooltip"><span title="">CSS3 Tooltip</span></a>
</div>
<div>
<h1>
HTML and CSS tooltip
</h1>
<a href="#" title="This is some information for our tooltip." class="tooltip"><span title="">CSS3 Tooltip</span></a>
</div>