Kizspy | Question: 5
(Choose 1 answer)
Consider the code:
h1, p {
text-align: center;
color: red;
}
What is the right statement?
A. only p elements will be red and center-aligned.
B. Any element will be red and center-aligned.
C. All HTML elements will be red and center-aligned.
D. The h1, p elements will be formatted the same style.