How to change the color of the text? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to change the color of the text?

colors

20th Feb 2018, 8:50 PM
Judith Romera
Judith Romera - avatar
5 Answers
+ 9
in web, You can change color with CSS https://www.sololearn.com/learn/CSS/1089/
21st Feb 2018, 3:17 AM
Jaydeep Khatri
Jaydeep Khatri - avatar
+ 3
https://stackoverflow.com/questions/44247904/how-to-change-colors-in-html
21st Feb 2018, 5:34 AM
BroFar
BroFar - avatar
+ 2
what language are you using?
20th Feb 2018, 9:43 PM
Dominique Abou Samah
Dominique Abou Samah - avatar
+ 2
In C++, while using windows platform, include the header file "windows.h" and in the main function write: system("color 2A");
21st Feb 2018, 2:47 AM
Harsh Kumar
Harsh Kumar - avatar
+ 1
https://code.sololearn.com/W805C9p2MN3x/?ref=app you can also use javascript to change color in web
21st Feb 2018, 7:45 AM
Dominique Abou Samah
Dominique Abou Samah - avatar