'applet' Example : applet : Object Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Object Tags » applet »

 

'applet' Example



    
<html>
<head>
<title>applet element example</title>
</head>
<body>
    <applet code="YourClass.class" width="350" height="260">
        <param name="image"     value="yourImage.jpg">
        <param name="border"    value="0">
    </applet>
</body>
</html>

           
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Object Tags
» applet