RetroZilla/parser/htmlparser/tests/html/param002.html

15 lines
322 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>