Java   View all facts   Glossary   Help
HTML tag
Next kbTopidentity    UpkbTop    Previous kbTophierarchy   

HTML tag comparison table
Subject have purpose have have attributes contain have example support by
applet tag  configuration information for an applet
<APPLET CODE="MeterApplet.class" width="300" height="200"></APPLET>
 
object tagto add programs and other external elements to a Web pagethe same attributes as the applet tag  
<OBJECT CODE="Bix.class" CODEBASE="http:///www.prefect/com/javaclasses" HEIGHT=40 WIDTH=400">
</OBJECT>
as of 2000

Next kbTopidentity    UpkbTop    Previous kbTophierarchy