+ 3
How to change the color of the text?
colors
5 Answers
+ 9
in web,
You can change color with CSS
https://www.sololearn.com/learn/CSS/1089/
+ 3
https://stackoverflow.com/questions/44247904/how-to-change-colors-in-html
+ 2
what language are you using?
+ 2
In C++, while using windows platform, include the header file "windows.h" and in the main function write:
system("color 2A");
+ 1
https://code.sololearn.com/W805C9p2MN3x/?ref=app
you can also use javascript to change color in web