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 |
hOW MUCH OF LANGUAGES ARE USEFULL FOR WEB DESIGNING , I HAVE ONLY IDEA
What is simple html?
What is the use of html?
What is the latest xhtml specification?
What is dom in web technology?
What is html5 and its features?
Is it possible to list elements straight in an html file?
What is a label element?
Why do we add doctype in html?
What is negative tag?
How do you turn on html5 on safari?
Is there any tag in html to upload and download files?