Body Color

Or as regular people would call it - a background color

This uses the same names and color codes, we just need a different tag

We are enhancing the body tag - not making a new tag

<body bgcolor = "red">

See this makes the background (bg) of the body red

</body>

Play around with your body background color and set it to something other than white - using either font color words or hex color codes

Last updated