HTML Placeholder

Tell us what’s happening:
I am told to replace the text inside your p element with the first few words of this kitty ipsum text. my question do I delete all the words in the p element and write the paragraph or what should I do. I am a begginner

Your code so far


<h1>Hello World</h1>

<h2>CatPhotoApp</h2>

<p>Hello Paragraph</p>

Your browser information:

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

Challenge: Fill in the Blank with Placeholder Text

Link to the challenge:

“Replace the text inside your p element”

I think it is safe to assume that this means “replace all text”. So yes, get rid of all the text that is currently in the p element and then put the first few words of the kitty ipsum text in there.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.