Consider the following HTML:
Welcome!
Hello
Which CSS block will make all text within “header” div the colour red
Select one:
a. #header {text-color: red;}
b. h1 {color: #ff0000;}
c. #header {color: red;}
d. div {text-color:#ff0000;}
e. h1 {color: red;}
Answers
Answered by
0
Option E
Mark me as brainliest !!
Similar questions