Mark-up example for Checkpoint 1.1e:
use of equivalent content in an APPLET


And the following code would produce whichever version you wanted or that your browser was capable of showing:

<APPLET code="Blink.class" width="500" height="40"
alt="Java applet: dancing text.">
If you were using a Java-enabled browser, you would see the text "It was the best of times, it was the worst of times..." dancing across the screen, instead of this paragraph.
</APPLET>

Return to Example for Checkpoint 1.1e

Copyright © 2000 W3C