Como alterar a cor do texto usando apenas HTML
<body>
<p style="color:#FF0000";>Red paragraph text</p>
</body>
Creepy Copperhead
<body>
<p style="color:#FF0000";>Red paragraph text</p>
</body>