<!DOCTYPE html>
<html>
<head>
<title>A link with a title attribute - hover over the link to see the tooltip appear</title>
</head>
<body>
<h1>A link with a title attribute. Hover over the link and see</h1>
<p><a href="http://samsultan.com/" title="Home Page for Professor Sam Sultan">Sam Sultan</a> Home Page</p>
<p>Adding a title attribute to the anchor tag. Hover over the link and see the tooltip appear</p>
</body>
</html>