Which of the followings is the correct CSS syntax that specifies the text color of all the paragraph elements?
a. p {color:#000000};
b. .p {color:#000000};
c. #p {color:#000000};
d. p {color:#000000};
D
Computer Science & Information Technology