src/demo/share/applets/Blink/example1.html
author stuefe
Thu, 10 May 2018 07:26:18 +0200
changeset 50074 26ac622a4cab
parent 47216 71c04702a3d5
permissions -rw-r--r--
8202822: Add .git to .hgignore Reviewed-by: erikj
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<html>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
  <head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
      <title>Blinking Text</title>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
  </head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
  <body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
      <h1>Blinking Text</h1>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
      <hr>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
      <applet code="Blink.class" width=300 height=100>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
        <param name=lbl value="This is the next best thing to sliced bread! Toas
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
t, toast, toast, butter, jam, toast, marmite, toast.">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
          <param name=speed value="4">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
            alt="Your browser understands the &lt;APPLET&gt; tag but isn't runni
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
ng the applet, for some reason."
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
            Your browser is completely ignoring the &lt;APPLET&gt; tag!
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
      </applet>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
      <hr>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
      <a href="Blink.java">The source.</a>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
  </body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
</html>