Https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/fill-in-the-blank-with-placeholder-text

Tell us what’s happening:
i need help with number 5

Your code so far
HTML5


<h1>Hello World</h1>

<h2>CatPhotoApp</h2>

<p>Hello Paragraph</p>


Your browser information:

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

Challenge: Fill in the Blank with Placeholder Text

Link to the challenge:

Welcome, drippy.

What exactly are you struggling with? The instructions are:

Replace the text inside your p element with the first few words of this kitty ipsum text: Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

This is a p element:

<p></p>

This is the text:

Hello Paragraph

Hope this helps