HTML/CSS/Object Tags/applet
Версия от 09:21, 26 мая 2010; (обсуждение)
"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>