Kizspy | Question: 12 (Choose 1 answer)
Consider the code:
.center {
text-align: center;color: red;
} What is the right statement?
A. All HTML elements with class="center" will be red and center-aligned.
B. only one HTML element with class="center" will be red and center-aligned.
C. only one HTML element with id="center" will be red and center-aligned.
D. All HTML elements with id="center" will be red and center-aligned.