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


Please Help Members By Posting Answers For Below Questions

What you mean by semantic html?

509


What does a href tag mean?

429


What is a simple table?

473


What does

463


Is html worth learning?

432






What are differences between div and span?

500


What is the tag for bold in html?

456


What are the advantages of SVG over other image format like JPEG or GIF?

472


What is meta tag keywords?

462


What is opening tag and closing tag in html?

446


What is html5 tag?

444


Can I have two or more actions in the same form?

436


What is the use of span in html and give one example?

448


What are the frequently useful api in html5?

554


What is td and tr?

425