HTML
CSS
PHP
Deno
Examples
Do It Yourself
Blog
Type in your code below
Run
<html lang="en"> <head> <meta charset="utf-8"/> </head> <body bgcolor="green"> <p> This is an example of using the bgcolor attribute on the body to change the background color to green. Remember that HEX values, RGB and HSL values are also accepted.</p> </body> </html>