Bharti wants to set the background colour for her HTML document. which tag would you suggest her to use in order to accomplish this task?
Answers
Answered by
2
<body bgcolor ="anycolor">
Explanation:
it changes back ground color it make fell like old websites lol
Answered by
1
Answer:
Explanation:
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.
Similar questions