Stop show with sound  Next slide in show -- Keyboard shortcut: 'n'  43 secondsLecture 12 - slide 6 : 30
Program 1
<HTML>
   <HEAD>
      <TITLE>The Div Mod Applet</TITLE>
   </HEAD>
   <BODY>
      <H3>The Div Mod Applet:</H3>
      <APPLET CODE="DivModPresenter.class" WIDTH=200 HEIGHT=200>
      </APPLET>
   </BODY>
</HTML>