0N/A<html>
0N/A <head>
0N/A <title>Blinking Text</title>
0N/A </head>
0N/A <body>
0N/A <h1>Blinking Text</h1>
0N/A <hr>
0N/A <applet code="Blink.class" width=300 height=100>
0N/A <param name=lbl value="This is the next best thing to sliced bread! Toas
0N/At, toast, toast, butter, jam, toast, marmite, toast.">
0N/A <param name=speed value="4">
0N/A alt="Your browser understands the &lt;APPLET&gt; tag but isn't runni
0N/Ang the applet, for some reason."
0N/A Your browser is completely ignoring the &lt;APPLET&gt; tag!
0N/A </applet>
0N/A <hr>
0N/A <a href="Blink.java">The source.</a>
0N/A </body>
0N/A</html>