Change the Color of Text...?

Tell us what’s happening:
The code appears to be working in the editor but I am blocked from proceeding to the next step. I need administrative level help if I am to continue using this site. I have verified my email so that is not the issue.

Your code so far

<h2 style="color:blue">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/63.0.3239.132 Safari/537.36.

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

I don’t believe it is Mr. Dawson. The code is typed exactly as instructed and it’s throwing an error.
//… h2 style=“color:blue”>CatPhotoApp /h2>… // It’s been awhile since I took HTML5 but, I’m pretty sure that’s the correct syntax. There’s a few things missing in this header but I wanted you to see the actual code instead of the object. two brackets on the first h2 element and another less than bracket on the last h2 element should make it compile but it’s not…

I did not turn it into a comment either

Just trying to show the code.

Dang, can’t believe I overlooked that small detail. Thanks for the info!