Computer Science, asked by nayakarvind208, 2 months ago

write the tag of background color.​

Answers

Answered by Anonymous
2

Answer:

To set the background color in HTML, use the style attribute. ... The attribute is used with the HTML <body> tag, with the CSS property background-color. HTML5 do not support the <body> tag bgcolor attribute, so the CSS style is used to add background color. The bgcolor attribute deprecated in HTML5.

Answered by ngounoudavid99
0

Answer:

in the style.css

it is written as

background-color: (write any color here);

Explanation:

Similar questions