I have done the same exact thing for the level to put img src and img alt but there is no cat browser

Tell us what’s happening:

Your code so far


<h1>Hello World</h1>

<h2>CatPhotoApp</h2>

<pKitty> kitty ipsum text  </p>

Your browser information:

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

Challenge: Fill in the Blank with Placeholder Text

Link to the challenge:

Hey @Rubina2! Welcome to the forums.
The problem with your code is inside the p tag:

  • The starting p tag contains the word Kitty, which is invalid. Change it to p.
  • Also, you need to enter the whole kitty ipsum text that the challenge provides you and not just the first three words. I would suggest you copy and paste that kitty ipsum text.

Happy Non-Stuck Coding!

1 Like