<!-- sample Applet invocation with HTML5 and <OBJECT --> <!-- cmp is the CSS class --> <object class="cmp" type="application/x-java-applet" data="canadiantax.jar" width="550" height="460"> <param name="code" value="com.mindprod.canadiantax.CanadianTax"> <param name="archive" value="canadiantax.jar"> <param name="prov" value="BC">Applet failed to run. No Java 1.7 or later plug-in found. </object> <!-- Note how you MUST specify the jar name twice, in data and archive! -->