单项选择题

为了将HelloApplet(主类名为HelloApplet.class)嵌入在greeting.html文件中,应该在下列greeting.html文件的横线处填入的代码是()
  <HTML>
  <HEAD>
  <TITLE>Greetings </TITLE>
  </HEAD>
  <BODY>
  <APPLET _______>
  </APPLET>
  </BODY>
  </HTML>
 

A.HelloApplet.class
B.CODE=” HelloApplet.class”
C.CODE=” HelloApplet.class” WIDTH=150 HEIGHT=25
D.CODE=” HelloApplet.class” WIDTH=10 HEIGHT=10