APPLET
The APPLET element is deprecated (along with all of its attributes)
in favor of OBJECT
Deprecated Example:
<APPLET code = "RainbowText.class"
codebase= "http://Stars.com/Multimedia/Java/Gallery/"
width = 420
height = 40
>
<param name = text
value = "The WDVL Gallery: Java"
>
</APPLET>
HTML 4.0 Example:
<OBJECT codetype= "/Multimedia/Java/Gallery/RainbowText.class"
width = "420" height="40"
>
</OBJECT>
Additional Resources:
HTML 4.01 Tags
|