jdk/src/share/demo/applets/CardTest/example1.html
changeset 2 90ce3da70b43
child 13655 6434c25cbdfc
equal deleted inserted replaced
0:fd16c54261b3 2:90ce3da70b43
       
     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=400 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