Multiple choice web-design

Which of the following are the attributes that can be used with the APPLET tag ?

  1. CODE

  2. ALIGN

  3. ALT

  4. CODEBASE

  5. All of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

The APPLET tag (now deprecated) supported various attributes: CODE specifies the class file, CODEBASE specifies the base URL, ALIGN controls positioning, and ALT provides alternative text. Since all listed options were valid attributes for the tag, 'All of the above' is correct.