2
|
1 |
<html>
|
|
2 |
<head>
|
|
3 |
<title>Blinking Text</title>
|
|
4 |
</head>
|
|
5 |
<body>
|
|
6 |
<h1>Blinking Text</h1>
|
|
7 |
<hr>
|
|
8 |
<applet code="Blink.class" width=300 height=100>
|
|
9 |
<param name=lbl value="This is the next best thing to sliced bread! Toas
|
|
10 |
t, toast, toast, butter, jam, toast, marmite, toast.">
|
|
11 |
<param name=speed value="4">
|
|
12 |
alt="Your browser understands the <APPLET> tag but isn't runni
|
|
13 |
ng the applet, for some reason."
|
|
14 |
Your browser is completely ignoring the <APPLET> tag!
|
|
15 |
</applet>
|
|
16 |
<hr>
|
|
17 |
<a href="Blink.java">The source.</a>
|
|
18 |
</body>
|
|
19 |
</html>
|