Create a style element. Your h2 element should be blue. Ensure that your stylesheet h2 declaration is valid with a semicolon and closing brace. Make sure all your style elements are valid and have a closing tag

Tell us what’s happening:
Create a style element.

Your h2 element should be blue.

Ensure that your stylesheet h2 declaration is valid with a semicolon and closing brace.

Make sure all your style elements are valid and have a closing tag

will some body help me

Your code so far

  
<h2>CatPhotoApp</h2>

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/use-css-selectors-to-style-elements

Hi,
In your code you have deleted your the style attribute from your h2 tag. Now you need to create a element that turns h2 elements the color blue.

Remove the style attribute from your h2 element.
Create a style element.
Your h2 element should be blue.
Ensure that your stylesheet h2 declaration is valid with a semicolon and closing brace.
Make sure all your style elements are valid and have a closing tag

these are the requirements i have to do it

plzz help me to do this