I need help figuring out the solution

Tell us what’s happening:
hello! i have a problem i am trying to figure out. the question is telling me to replace the text inside the p element with the first few words of the kitty ipsum text. i typed the following and when i run the application, would not allow me to move forward with the program i am frustrated at this point

Your code so far
“shed everywhere shed everywhere stretching attack ankles chase the red dot”


<h1>Hello World</h1>

<h2>CatPhotoApp</h2>

<p>"shed everywhere shed everywhere streching attack your ankles chase the red dot"</p>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS armv7l 11021.56.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.76 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/fill-in-the-blank-with-placeholder-text/

You’ve put quotes around it (and it doesn’t seem to be the first few words).