Java View all facts Glossary Help |
HTML tag |
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 tag | to add programs and other external elements to a Web page | the same attributes as the applet tag | <OBJECT CODE="Bix.class" CODEBASE="http:///www.prefect/com/javaclasses" HEIGHT=40 WIDTH=400"> |
|