how to color php text code example
Example 1: php color echo
echo '<span style="color:#AFA;text-align:center;">Request has been sent. Please wait for my reply!</span>';
Example 2: text color html
<!-- If you want a color on a specific text, use this : -->
<p style="color:---"> Text <p>
<!-- Here an exemple if you want a blue text-->
<p stlye="color:blue"> Romuald <p>
<!-- If you want a specific class in a color, use css, its better-->