The title
attribute provides information about an element.
It is commonly used by the browser to display tool tip information.
<element title="text">
title |
Yes | Yes | Yes | Yes | Yes |
<!DOCTYPE HTML>
<html>
<body>
<a title="learn HTML and CSS" href="http://java2s.com">Visit the site</a>
</body>
</html>