What is the tag Code Base and why do we use it?
Answer / r
After writing and compiling a Java applet, you can display
it in a web page by using the APPLET tag. The CODE attribute
specifies the name of the Java applet to run. The CODEBASE
attribute specifies the subdirectory or folder containing
the Java applet. You can use PARAM tags between the <APPLET>
and </APPLET> tags to provide information about parameters,
or arguments, to be used by the Java applet.
Syntax
<APPLET
CODE=”classFileName”
CODEBASE=”classFileDirectory”
ARCHIVE=”archiveFile”
ALT=”altText”
ALIGN=”LEFT”
| Is This Answer Correct ? | 1 Yes | 1 No |
What is html dom?
How do I create a simple web page?
How do I make an html link?
Differentiate between Canvas and SVG?
What is the use of mathml element in html5?
What is reset and submit buttons?
Why is xhtml needed?
What is dhtml with example?
How do you play a video using html5?
What is html beginform?
Why to use xhtml.
What is browser in html?