I am not getting a pass on this assignment because - Your <style> should have a pink-text CSS class that changes the color . - Well my style does have the pink-text CSS and Hello World changes to pink so I guess that “class” takes precedence over “body”. Still, I can’t understand the reason for my not passing this lesson.
You’re right - adding the semi-colon at the end did the trick and I got the pass. But strictly speaking, the semi-colon in this case is unnecessary since there’s only a single attribute being applied. Of course, if we had 4 you would need semi-colons after the first three (but not the last). I guess the moral of the story is that - for the purposes of these lessons, form is paramount. Anyway, thanks for your help - it got me the pass that I wanted.