You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
261 B
HTML

<html>
<head>
<title>Applet Element Example</title>
</head>
<body>
<applet code="YourClass.class" width="600" height="240">
<param name="image" value="Image.jpg">
<param name="border" value="0">
</applet>
</body>
</html>