How to change a font color in HTML

2 Answers

0 votes
<p style="color:green;">green color</p>

 



answered Jun 29, 2021 by avibootz
0 votes
<h1 style="color:#333cff;">#333cff color</h1>

 



answered Jun 29, 2021 by avibootz

Related questions

1 answer 274 views
1 answer 254 views
1 answer 300 views
2 answers 369 views
1 answer 292 views
...