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

Explain posting copy and paste html?

0 Answers  


How do I center a table?

2 Answers  


explain the working of dhtml

0 Answers  


Explain HTML blocks?

0 Answers  


What is anchor tag?

0 Answers  






What is html lang en?

0 Answers  


How dhtml is used in internet explorer?

0 Answers  


What is image map in html5?

0 Answers  


How do you pronounce hermes?

0 Answers  


What is html5 output element?

0 Answers  


How can we comment in html?

0 Answers  


What is difference between innerhtml and value?

0 Answers  


Categories