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
How to change background color in HTML without CSS
0
We can use the bgcolor attribute to change the background color of the body element in HT…
asked
Apu
0 answers
2915
We can use the bgcolor attribute to change the background color of the body element in HT…
Answer Link
answered
Apu