OSDN Git Service

設定変更。
[wordring-tm/wordring-tm.git] / third_party / tidy-html5-master / test / html5 / html4 / applet4.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3  <head>
4   <title>
5    applet
6   </title>
7  </head>
8  <body>
9   <p>An applet tag not supported in HTML5</p>
10
11 <applet code="Bubbles.class" width="350" height="350">
12 Java applet that draws animated bubbles.
13 </applet>
14
15  </body>
16 </html>
17