Changing h2 element to the color red

Tell us what’s happening:
I believe i am writing the code correctly, I even copied it from the code that is given in the hints and its still saying that color should be red and does not let me continue to the next challenge.

Your code so far

<h2> style=color:
  red">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 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/change-the-color-of-text

There shouldn’t be a > before style. And there should be a " after the equals sign. It should look like this:

<h2 style="color:red">
2 Likes

Yes. The tag h2 are closed two times. Follow the @kevcomedia .