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
What is fallback in Application cache?
What are the components of dhtml?
What is a meta keyword example?
What is
Which html tag allows users to specify a file for uploading?
What is a Manifest file?
What is the use of a span tag? Give one example.
Where is the seo title?
How do I create a link that sends me email?
Is html 5 backward compatible?
What is the ?
Write an example that shows every attribute must have a value in xhtml?
What property is used to set the speed of marquee in html?
What is #document in html?
What is the role of w3c?