How to do the placehoder text

Tell us what’s happening:

Your code so far


<h1>Hello World</h1>

<h2>CatPhotoApp</h2>

<p>Hello Paragraph</p> 
<p>Kitty ipsum dolor sit amet

Your browser information:

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

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

Hi @sara.haji,

Your answer is right, but you should copy the sentence in example and put it in <p> tag.

Here is the solution:

<h1>Hello World</h1>

<h2>CatPhotoApp</h2>

<p>Hello Paragraph</p>
<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>

Hope this will help you, good luck.

Regards,
AliMosaad

Hi Sara,

“placeholder text” is just temporary text that webdevelopers use when building websites. It allows you to get an idea what the page will look like before you have actual content.

In this excercise you have to replace <p>Hello Paragraph</p> with <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>