<font> element is now obsolete. Correct answer should be: <p style="color:red;">Text</p>
2019 Apr 11, 7:47:14 AM
<p color="red">Text</p> is not correct. You should either use <p style="color: red;">Text</p> or <p><font color="blue">Text</font></p>
2017 Nov 17, 1:15:03 AM
Login in to like
Login in to comment