11 lines
285 B
HTML
11 lines
285 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<body onload="document.getElementById('b').appendChild(document.getElementById('v'));">
|
|
|
|
<fieldset><fieldset id="b"></fieldset></fieldset>
|
|
|
|
<div id="v"><fieldset><input required="" /><input required="" /></fieldset></div>
|
|
|
|
</body>
|
|
|
|
</html>
|