-1:000000000000 | 0:48ff1319e76e |
---|---|
1 <html> | |
2 | |
3 <head> | |
4 | |
5 <style id="style"></style> | |
6 <script> | |
7 | |
8 function hmm() | |
9 { | |
10 document.getElementById("style").textContent = "td { overflow: scroll; } table { background: lightblue; }"; | |
11 } | |
12 | |
13 | |
14 </script> | |
15 | |
16 | |
17 | |
18 </head> | |
19 | |
20 | |
21 <body onload="hmm()"> | |
22 | |
23 | |
24 | |
25 <table><tr><td>Foopy</td></tr></table> | |
26 | |
27 | |
28 </body> | |
29 </html> |