Kizspy | Question: 1
(Choose 1 answer)
You want all p elements to be center-aligned. What syntax is the right?
A. paragraphs {
color: red;
text-align: center;
B. #p{
}
color: red;
text-align: center;
C. .p{
color: red;
text-align: center;
D. p {
color: red;
text-align: center;
}