I tried changing the color of my text but it didn't work 😔 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

I tried changing the color of my text but it didn't work 😔

10th Jan 2022, 1:52 PM
Emmanuel Okpara
4 Answers
+ 3
Please link your code and tag the relevant programming language. Without that information we have know idea what you tried...
10th Jan 2022, 2:02 PM
Lisa
Lisa - avatar
0
Okay, done
12th Jan 2022, 9:59 AM
Emmanuel Okpara
0
text
18th Jan 2022, 9:30 AM
Noah Rowe
Noah Rowe - avatar
0
<!DOCTYPE html> <html> <head> <title>Exercise 2</title> </head> <body> <h1 title="Important Message!" style="colour:green">hello,world!</h1> </body> </html>
20th Jan 2022, 10:43 AM
Emmanuel Okpara