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

How can we change the text color of the output?

I am a beginner

3rd Apr 2022, 10:40 AM
VR Shetty
2 Answers
+ 1
you can do that when you learn css or you can just add this code to implement some css into html <p style="color : red;" >red text</p> the css inside the quotes is style=" property : value; "
3rd Apr 2022, 10:46 AM
Mohammed Mubarak
Mohammed Mubarak - avatar
3rd Apr 2022, 12:57 PM
JaScript
JaScript - avatar