Use CSS selector

Hey Guys,

I am facing some problems using the CSS Selector. Here is my code, can anyone help me?

<style>
  h2 {color: blue;}
</style>

I did this, but, when I run it shows an error stating that my “h2” element needs to be blue.
Please help!

Thanks,
Akshath.

Never mind guys, please ignore this topic. I found the solution.