Ajouter l'attribut de titre

<html>
    <head>
    </head>
    <body>
        <a href="google.com" title="Click to go to google page">
            Hover to understand
        </a>
    </body>
<html>
Helpful Hawk