Computer Science, asked by anchal3045, 16 hours ago

The property in CSS used to change the text color of an element is
a) bgcolor
b) color
c) background-color
d) All of the above​

Answers

Answered by satbirsing9742987620
4

Explanation:

CSS text formatting properties is used to format text and style text. Text-color property is used to set the color of the text. Text-color can be set by using the name “red”, hex value “#ff0000” or by its RGB value“rgb(255, 0, 0).

Answered by kpopfangirl981
2

Answer:

The background-color property is used to specify the background color of an element. The background of an element covers the total size, including the padding and border and excluding margin.

Similar questions