change heading color html code example
Example 1: css how to change font colr
html {
color: #f3f3f3;
font-family: cursive;
font-size: 25px;
}
Example 2: html how to change text color
<p style="color:red;">This paragraph is red.</p>
Example 3: how to change font colour in html
<font color="red">
Lorem Ipsum
</font>