I turned the background color to black,the default color of the text is black. how can i change the color of the text?
10/4/2019 4:02:56 PM
amir mahdi ghodrati2 Answers
New AnswerHtml5: Need create a css style: In head tag put this: <style> body { color:white; } </style> So, all page will be with text white. (All into <body> well be white text)
The font tag is not supported in HTML5. See... https://www.w3schools.com/tags/tag_font.asp
Learn Playing. Play Learning
SoloLearn Inc.
4 Embarcadero Center, Suite 1455Send us a message