CSU H64

If labels cannot be used, use the title attribute.

Example:

<head>
<title>A document using iframe</title>
</head>
. . .
. . .
<iframe src="Accessibility.html" id="testiframe" name="testiframe" title="Titan Spirit">
<a href="Accessibility.html">Titan Spirit</a>
</iframe>