What is the tag Code Base and why do we use it?
Answer Posted / 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 |
Post New Answer View All Answers
How to upload struts file in dhtml?
How we can restrict the browser not to show the previous values entered in textbox?
Is audio tag supported in html 5?
What is htmlinputelement?
What is button tag?
Is script tag self closing?
What is closing tag in html?
What does whatwg stand for in the world of html5?
How can I specify background images?
What is the full form of html?
What happens if you open the external CSS file in a browser?
How do I get form data emailed to me?
What is div short for?
Do all html tags have an end tag?
What is difference between html and dhtml?