Sachsentext

The title attribute of all source a (anchor) elements describes the link destination.

Every link must have a "title" attribute which describes the purpose or destination of the link.

Example

Wrong

<a href="home.html" title="A web page">Home</a>

Right

<a href="home.html" title="Return to home">Home</a>