<html> <body> <script type="text/javascript"> document.body.bgColor="yellow"; </script> <p>The background color was changed by the script.</p> </body> </html>
Your Result:
Edit the code above and click to see the result.
W3Schools.com
- Try it yourself