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
Is p an empty tag?
What is a h1 tag?
Do older HTML files work on newer browsers?
What is html5 and its uses?
Is br a container tag?
How do you use a href?
What is the minimum number of html5 tags that are required to create a web page?
What are html5 tags?
What is use for br tag?
How do I create a button which acts like a link?
What happens if you open the external CSS file in a browser?
What is web storage in html?
what is the status of the development of the html 5 standard?
What are the new media element in HTML 5 other than audio and video?
Define iframe in html.