change paragraph color css code example
Example 1: how to color in html
<h1 style="color: red;">Hello</h1>
Example 2: css change text color
p{
color: White;
}
Example 3: text color css
.YourClass {
color: #ff0000;
}
Example 4: changong text color css
color: #EAF6F6;
color: red;
color: rgb(255, 255, 255);