src/demo/share/applets/CardTest/example1.html
changeset 50831 59c6972e39fa
parent 50830 5500595d8ebf
child 50832 e069b9e49ca7
equal deleted inserted replaced
50830:5500595d8ebf 50831:59c6972e39fa
     1 <html>
       
     2   <head>
       
     3       <title>Card Test (1.1)</title>
       
     4   </head>
       
     5   <body>
       
     6       <h1>Card Test (1.1)</h1>
       
     7       <hr>
       
     8       <applet code=CardTest.class width=455 height=300>
       
     9 	alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
       
    10 	Your browser is completely ignoring the &lt;APPLET&gt; tag!
       
    11       </applet>
       
    12       <hr>
       
    13       <a href="CardTest.java">The source</a>.
       
    14   </body>
       
    15 </html>
       
    16