Made calender; using android> added bgcolor=black atrbute:; How to change font color to white? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Made calender; using android> added bgcolor=black atrbute:; How to change font color to white?

cant seem to get a link rel> css/html to work any help on that also??

5th Apr 2017, 5:27 AM
Brandon Sehorn
Brandon Sehorn - avatar
2 Answers
+ 20
Use CSS: tagname { color: #FFFFFF; } If you are saying that link tag is not working, recheck it. It may be also because the .html file & .css file might not be in same folder. If not, then you need to specify the path of that particular CSS file.
6th Apr 2017, 6:48 PM
Biraj Patel
+ 1
thanks didnt use{ } thats probably why
6th Apr 2017, 6:52 PM
Brandon Sehorn
Brandon Sehorn - avatar