• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Applet W3C konform einbinden

lisaaa17

Neues Mitglied
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

HTML:
  <applet codebase="./applets/meinerstesapplet" code="meinerstesapplet.class" width="300" height="390" alt="TestApplet">
    <param name="TestText" value="SELFHTML">
  </applet>
Am liebsten wäre mir man tätigt die Einstellungen wie WIDTH, HEIGHT, ... nicht im html File, sondern in einer CSS Datei.
 
Zurück
Oben