18 lines
276 B
HTML
18 lines
276 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>
|
|
applet
|
|
</title>
|
|
</head>
|
|
<body>
|
|
<p>An applet tag is not supported in HTML5</p>
|
|
|
|
<applet code="Bubbles.class" width="350" height="350">
|
|
Java applet that draws animated bubbles.
|
|
</applet>
|
|
</body>
|
|
</html>
|
|
|