0
HOW to change colour of any text in html
5 ответов
+ 11
+ 8
this question has been asked SO MANY TIMES
please delete this question
+ 5
Use css
+ 4
You'll learn this later in your HTML course and much later the elegant solution in the CSS course if you like. You have to use font and color:
<font color="#FFFFFF">
https://www.sololearn.com/learn/HTML/1036/
+ 4
inline <body style="color:#aaa;">
css body { color:#AAA;}
SCSS $color-grey: #242424;
KESROCK GAMING the question has been asked several times before... please use the searchbar.
Thanks and happy coding
https://www.sololearn.com/discuss/557913/?ref=app
https://www.sololearn.com/discuss/1457365/?ref=app
https://www.sololearn.com/discuss/21750/?ref=app
https://www.sololearn.com/discuss/789956/?ref=app
https://www.sololearn.com/discuss/1623874/?ref=app
https://www.sololearn.com/discuss/433020/?ref=app
https://www.sololearn.com/discuss/1886339/?ref=app