1 2 3 4 5 6 7 8 9 10
<!DOCTYPE HTML> <html> <body> <audio id="a"></audio> <script> document.body.offsetTop; document.getElementById("a").setAttribute("controls", ""); </script> </body> </html>