RetroZilla/parser/htmlparser/tests/html/param002.html
2015-10-20 23:03:22 -04:00

15 lines
322 B
HTML

<HTML>
<HEAD>
</HEAD>
<BODY>
test case for Object and Param tags.
<OBJECT>
param element with
the name attribute, and an illeagal end tag:<BR>
<PARAM name="name"></PARAM>
</OBJECT>
PARAM element out side OBJECT, ignored.
<PARAM name="nnn" value="vvv"></PARAM>
</BODY>
</HTML>