Last Updated: February 25, 2016
·
15.75K
· zecho

Change background color without CSS

CSS sucks. Here is how to edit the background color of your web page without doing California Style Sheets.

<body bgcolor="#000000">

</body>

See? Way easier than CSS.

You can even do secret named colors in the bgcolor attribute like this: 'bob' is a cool black and 'alice' is a purple color that some people might like a lot. Check it out.

<body bgcolor="alice">

</body>