Sachsentext

All applets should contain the same content within the body of the applet

Applets should contain their text equivalents or description within the applet tag itself.

Example

Wrong

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

Right

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