text color change in html code example
Example 1: text color html
<p style="color:---"> Text <p>
<p stlye="color:blue"> Romuald <p>
Example 2: make text blue html
<p style="color:blue;">This paragraph is blue.</p>
Example 3: how to change color in html
<font color="red">This is some text!</font>
Example 4: how to give color to text in html
HTML color to text
<body>
<p style="color:#FF0000";>Red paragraph text</p>
</body>
Example 5: how to change font colour in html
<font color="red">
Lorem Ipsum
</font>