How to give colours to fonts in HTML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to give colours to fonts in HTML?

Help please

14th Jan 2020, 5:21 PM
Sharukk Hasthik
Sharukk Hasthik - avatar
3 Answers
+ 1
<span style="color: color e.g. black">text e.g. Hello World</span> https://www.w3schools.com/colors/colors_picker.asp
14th Jan 2020, 5:45 PM
Olga Piecha
Olga Piecha - avatar
0
<p><font size="5" color="red" face="Arial">Text</font></p>
14th Jan 2020, 6:50 PM
Roman Ignatev
Roman Ignatev - avatar
0
Thanks friends
15th Jan 2020, 3:41 AM
Sharukk Hasthik
Sharukk Hasthik - avatar