What is the tag Code Base and why do we use it?



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

Post New Answer

More HTML DHTML Interview Questions

How do I eliminate the space around/between my images?

0 Answers   TryTechnicals Pvt Ltd,


How to insert a comment in an html page?

0 Answers  


What is the purpose of 'video' tag in HTML5?

0 Answers  


Can I just put the XML declaration on top of existing HTML documents? Can I intermix HTML 4.01 and XHTML documents?

1 Answers  


What is the basic structure of an html document?

0 Answers  






What is a nav link?

0 Answers  


Can I nest tables within tables?

0 Answers  


What is the html5 stack?

0 Answers  


What is frameset in html?

0 Answers  


How to enter element content?

0 Answers  


What does br mean in fortnite?

0 Answers  


What is an image tag?

0 Answers  


Categories