Ich habe meine html Seite komplett W3C fehlerfrei erstellt.
Als ich nun das erste Mal ein Applet eingefügt habe, bekomme ich folgende Validierungsfehler:
there is no attribute "CODEBASE"
there is no attribute "CODE"
there is no attribute "WIDTH"
there is no attribute "HEIGHT"
there is no attribute "ALT"
element APPLET undefined
Am liebsten wäre mir man tätigt die Einstellungen wie WIDTH, HEIGHT, ... nicht im html File, sondern in einer CSS Datei.
Als ich nun das erste Mal ein Applet eingefügt habe, bekomme ich folgende Validierungsfehler:
there is no attribute "CODEBASE"
there is no attribute "CODE"
there is no attribute "WIDTH"
there is no attribute "HEIGHT"
there is no attribute "ALT"
element APPLET undefined
HTML:
<applet codebase="./applets/meinerstesapplet" code="meinerstesapplet.class" width="300" height="390" alt="TestApplet">
<param name="TestText" value="SELFHTML">
</applet>