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 are the tags used to separate a section of texts?
Is frameset deprecated?
What is title in html?
What is the difference between tags and attributes?
Difference between :first-child and :nth-of-child
What is dom and bom?
How do I disable navigation tab?
What is href in html?
Explain the structure of the html webpage.
What is the purpose of html?
Meaning of Inline-flex.
What is ruby tag in html5?