What is wrong with this inline CSS styling?
<p style="font-color: red;">This text should be red.</p>
Inline CSS cannot change text color.
Inline CSS should use the color attribute.
color
The property font-color is incorrect.
font-color
The color red is not a valid CSS color.