16 lines
198 B
HTML
16 lines
198 B
HTML
<script>
|
|
function go() {
|
|
a.appendChild(b)
|
|
}
|
|
</script>
|
|
<style>
|
|
#b {
|
|
display: unset;
|
|
position: fixed;
|
|
}
|
|
</style>
|
|
<body onload=go()>
|
|
<ul id="a">
|
|
<audio id="b">
|
|
<marquee></marquee>
|
|
<span>x</span>
|