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 img and area tags. It is optional for the input tag and the deprecated applet tag.
The syntax of the alt attribute is:
<img alt="..."> <area alt="..."> or
<input alt="...">



LinkBack URL
About LinkBacks
Reply With Quote
It would display text contents when your images don't show correctly! Just put alt="" behind and inside img tag would be OK.