Change the Color of Text can't procede to next chalange

Tell us what’s happening:
I completed this part with success but I can’t get any farther in the series.

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 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0.

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

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

when you declare an inline style it has to be in the same as the declaration, in this case h2, but it could be a div

<div style="color:purple">