The alt attribute is used in HTML and XHTML documents to specify alternative text (alt text) that is to be rendered when the element to which it is applied cannot be rendered. In HTML 4.01, the attribute is required for the image and area tags.
The syntax of the alt attribute is:
<img alt="...">
<area alt="...">