mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
15 lines
322 B
HTML
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>
|