What is the proper syntax to set the text color of a <p> element code example
Example: how to style in html file
<p style="text-align: center; color: pink;">Hello World</p>
<p style="text-align: center; color: pink;">Hello World</p>