<!DOCTYPE HTML> <html> <body> <script> var s=document.body.style; for(var k in s)document.write(k+'<br>') </script> </body> </html>