<html> <script> document.bgColor = "red"; </script> </html>
document.documentElement.style.backgorundColor = 'red';