18 lines
326 B
HTML
18 lines
326 B
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>
|
||
|
applet
|
||
|
</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>An applet tag not supported in HTML5</p>
|
||
|
|
||
|
<applet code="Bubbles.class" width="350" height="350">
|
||
|
Java applet that draws animated bubbles.
|
||
|
</applet>
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|