We can use the bgcolor attribute to change the background color of the body element in HTML without CSS.

Demo : change background color without CSS. #
<body bgcolor="yellow">
  <p>This is a paragraph.</p>
</body>
Try it Yourself »