'applet' Example : applet « HTML Tag Reference « HTML CSS Reference






'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>

           
      
      








Related examples in the same category

1.'applet' Syntax and Note
2.'applet' HTML Attributes
3.'applet' Event Handlers
4.'applet' CSS Attributes and JavaScript Style Properties
5.'applet' Microsoft Behaviors
6.'applet' JavaScript Properties
7.'applet' JavaScript Methods
8.'applet' JavaScript Collections
9.'applet' JavaScript Objects