HTML Documents that load Java applets where applet
is not deprecated.
This technique is referenced from:
Provide a text alternative for an applet by using the alt attribute to label an applet or providing the text alternative in the body of the applet element.
<applet code="tictactoe.class" width="250" height="250"> [tic-tac-toe game] </applet>
<applet code="tictactoe.class" width="250" height="250" alt="tic-tac-toe game"> </applet>
View the source code of the applet element.
Check that for each applet element one of the following is true:
#2 is true