alt attribute

Type:text
Inherited:no
Used By:All block elements
Default:none

The alt attribute has the same purpose as it does in HTML; to add human-readable alternative text to a figure or hyperlink

<p>A <a href="http://bfo.com" alt="BFO homepage">hyperlink</a> with an alternative description</p>