Computer Science, asked by shiva782530, 4 months ago

write an HTML code to change the default color for the three link attributes of the body tag.​

Answers

Answered by Anonymous
2

Answer:

To set the background color in HTML, use the style attribute. The style attribute specifies an inline style for an element. 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.

Similar questions