comment donner de la couleur au texte en html
HTML color to text
<body>
<p style="color:#FF0000";>Red paragraph text</p>
</body>
Courageous Camel
HTML color to text
<body>
<p style="color:#FF0000";>Red paragraph text</p>
</body>
<p style="color: red;">This is paragraph in RED color</p>
<font color="red">This is some text!</font>
<body>
<p style="color:#FF0000";>Roses are red</p>
<p style="color:#800080";>Violets are blue</p>
</body>
<font color="red">
Lorem Ipsum
</font>