html - Changing the color of PHP text -


i wondering if can change colour of print , echo text when displayed on html page it's not in black? cheers.

sure :

<?php  echo "<p style='color:blue'> hello ! </p>";  ?> 

Comments

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -