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
Explain caching in html5 and html?
How is web design?
Does a hyperlink apply to text only?
How to upload struts file in dhtml?
What is dom manipulation?
What is div id?
What happens if doctype is not specified?
What is the difference between fontsize and font size in dhtml?
What is the correct definition of an html element?
What are the drawbacks of cookies?
What is the purpose of 'output' tag in HTML5?
When are comments used in html?
What is the difference between br and br />?
What is mod and div?
What is a meta description tag?