Web Tools Table Maker3schools TranslateImage CompressorFavicon Icon GeneratorCrop & Resize Image
Apu
Apu October 26, 2022 › #color #css

How to change background color in HTML without CSS

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 »
save
listen
AI Answer
Write Your Answer
loading
back
View All