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

http://github.com/zpao/v8monkey · HTML · 12 lines · 12 code · 0 blank · 0 comment · 0 complexity · d9f5835445e00a435bfd99b565377e3b MD5 · raw file

  1. <HTML>
  2. <HEAD>
  3. </HEAD>
  4. <BODY>
  5. <OBJECT codetype="application/octet-stream"
  6. classid="AudioItem"
  7. width="15" height="15">
  8. <PARAM name="snd" value="Hello.au|Welcome.au">
  9. Java applet that plays a welcoming sound.
  10. </OBJECT>
  11. </BODY>
  12. </HTML>