RetroZilla/parser/htmlparser/tests/html/obj001.html

13 lines
274 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<HTML>
<HEAD>
</HEAD>
<BODY>
<OBJECT codetype="application/octet-stream"
classid="AudioItem"
width="15" height="15">
<PARAM name="snd" value="Hello.au|Welcome.au">
Java applet that plays a welcoming sound.
</OBJECT>
</BODY>
</HTML>