I am trying to echo some text with color red using php. The code I have given is
<?php if($_SESSION['phone_error']==1) {
echo '<font color="red">Please Enter a valid phone number</font>';
} ?>
Can someone please tell me why this is not working?
This tag is not more available in HTML5, you should learn some basic HTML and CSS.