'code' specifies the URL for the compiled Java class file : code « Object « HTML / CSS






'code' specifies the URL for the compiled Java class file

    
<HTML>
<head>
<Title>Example For code</Title>
</head>
<BODY>
<applet id="myjavaclass" 
        code=yourjava.class 
        width=350 
        height=260>
        <param name="param1" value="1">
        <param name="param2" value="2">
</applet>
</BODY>
</HTML>  
    
      
      








Related examples in the same category