0
Why doesn't my code work?
4 Answers
+ 2
It is working for me, also try to include an error message or which language you're having problems with.
+ 1
Alright, found the problem. You forgot to close the curly brackets, in line 6-9
[6] body {
[8] background-color:cyan;
[9] } /* this line was missing */
0
How about the <style> ?
It's not working
0
ThankYouđ