Play audio slide show -- Keyboard shortcut: 'x'  Back to slide -- Keyboard shortcut: 'u'              Play sound for this slide -- Keyboard shortcut: 'y'  divmod.html - En simpel HTML side som indeholder en applet.Lecture 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>