> For the complete documentation index, see [llms.txt](https://computational-thinking-in-room11.gitbook.io/room-112-dhs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://computational-thinking-in-room11.gitbook.io/room-112-dhs/html-1/color/body-color.md).

# 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&#x20;

## 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
