WE BELIEVE IN QUALITY SERVICE

alt Attribute

alt attribute defines an alternative text when the original element fails to display. It can be used in <img> and <area> tag.

Example:

<img src="images/htm.jpg" alt="This is an HTML image.">

Run Example

Browser Support

Attribute Firefox Chrome IE Opera Safari
alt Yes Yes Yes Yes Yes