homeduke Prof. Dr. Uwe Schmidt FH Wedel

Die Datei: HelloWorld.html


weiter
<html>
  <head>
    <title>Hello World</title>
  </head>
  <body>
    <applet
      code="HelloWorld.class"
      width=400
      height=300>
    </applet>
  </body>
</html>

Die Quelle: HelloWorld.html


Letzte Änderung: 14.02.2012
© Prof. Dr. Uwe Schmidt
Prof. Dr. Uwe Schmidt FH Wedel