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 |
Is html client side?
How do I get a back button on my page?
How to close an xhtml element?
How can I make a form with custom buttons?
What does a href mean?
How to create emails links?
What are the new media-related elements in html5?
Why is my binary file not downloaded, but shown on the screen?
What is html and its functions?
What is dynamic website with example?
What is important tag in html?
How can tables be used inside a form? Explain with an example.