echo string color php 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: php text colors
echo "<p> <font color=blue>One line simple string in
blue color</font> </p>";