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>
<span style="font-size:20px;"></span>
<p style="color:blue;">This paragraph is blue.</p>
<!-- <p style="color:enterColor">insertContentHere</p>-->
<p style="color:#0000ff">This text is blue.</p>
<p style="color:rgb(106, 90, 203)">This text is violet.</p>
<p style="color:red">This text is red.</p>
<p style="color: red;">This is paragraph in RED color</p>
<body>
<p style="color:#FF0000";>Red paragraph text</p>
</body>