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>"; ?>
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
Post a Comment