Question:You are designing a website for one of your clients. You have to use an applet named cal.class to show a scrollable calendar. Which of the following is the recommended way of calling it if you are using HTML 4.01?
A <applet code="cal" width="180" height="180"></applet>
B <img src="cal"></img>
C <object classid="APPID" id="cal" width="180" height="180"></object>
D <sub id="cal"></sub>
+ AnswerA
+ Report