posted 22 years ago
Hi,
Correct answer a and e. Why?
1. CODEBASE - URL directory for Applet good
2. ALT - Alternate text message in case applet not loaded good
3. NAME - Applet name for identification good
4. CLASS - No such tag. Must use CODE tag instead
5. JAVAC - No such tag.
6. HORIZONTALSPACE - No such tag. Must use HSPACE instead.
7. VERTICALSPACE - No such tag. Must use VSPACE instead.
8. WIDTH - Pixel size of applet. REQUIRED good
9. PARAM - Used to get parameters from HTML to applet good
10. JAR - No such tag. Must use ARCHIVE instead
Valid items: 1, 2, 3, 8, and 9
Regards,
Manfred.