25. Which CSS code that will
center align the paragraphs
and change the font color to
green in an html document.
O p {text-align: center;color: green;}
p{textalign: center;color:green:)
p {text-align: center;color:green)
p {text-aligncenter;color:green)
Answers
Answered by
0
Answer:
p {textalign:center;color:green}
Similar questions