tidy-html5/test/html5/html4/applet5.html
2014-08-08 17:50:12 +02:00

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>