-1:000000000000 | 0:b711436cc5b8 |
---|---|
1 <html> | |
2 <head> | |
3 <script> | |
4 function z() | |
5 { | |
6 document.getElementById("x").style.display = "table"; | |
7 document.body.style.display = "table-row"; | |
8 } | |
9 </script> | |
10 </head> | |
11 | |
12 <body onload="z()"> | |
13 | |
14 <p style="display: table-row"></p> | |
15 | |
16 <p id="x"></p> | |
17 | |
18 </body> | |
19 </html> |