0
How can we change the text color of the output?
I am a beginner
2 Réponses
+ 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; "
+ 2
This example will help you:
https://code.sololearn.com/W8Se3Q24j3hd/?ref=app