Sachsentext

All applets should contain a text equivalent in the "alt" attribute

Applets should contain their text equivalents or description in an "alt" attribute.

Example

Wrong

<applet archive="whyareyouusingapplet.jar"></applet>

Right

<applet archive="whyareyouusingapplet.jar" alt="Why are you still using applets?"></applet>