please help me pass my level

Tell us what’s happening:

Your code so far


<h1>Hello World</h1>
<h1>Hello></h1>
<h2>CatPhotoApp</h2>
<h2>Cat</h2>
<p>Hello Paragraph</p>
<p>Hello</p>

Your browser information:

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

Challenge: Fill in the Blank with Placeholder Text

Link to the challenge:

Hey there,

nice to meet you! :wave:

I think it would be useful to reset the exercise and go step by step:

  1. Find the p tag
  2. Replace the p's text with the text from the exercise
2 Likes

dude it is so simple…

<p>Hello Paragraph</p>    <!-- replace content inside p element -->
with below content
<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>

hit a like if it works

1 Like