+1 vote
in HTML by
How to add a background color in HTML?

i) <marquee bg color: "red">

ii) <marquee bg-color = "red">

iii) <marquee bgcolor = "red">

iv) <marquee color = "red">

1 Answer

0 votes
by

iii) <marquee bgcolor = "red">

...