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 does b mean in code?
How do I get a counter?
What is html email format?
Explain HTML-5 Drag and Drop Features?
What is the advantage of grouping several checkboxes together?
How do I know if an image has an alt tag?
Is script a self closing tag?
What means dhtml?
What is browser in html?
What are the new features provided in HTML5?
My hyperlink or image is not displaying correctly, what is wrong with it?
How do you refer to the .css file in the web page?