What does it have to be

What does the third challenge mean?
it says: Your p element should contain the first few words of the provided additional kitty ipsum text.
but because im not english i might understand it wrong, what do i have to do here (btw im new)
https://www.freecodecamp.org/challenges/change-the-font-size-of-an-element

Here are the instructions:

Create a second p element after the existing p element with the following kitty ipsum text: Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

kitty ipsum is a play on the idea of lorem ipsum, which is just placeholder text that is used to test typography and layout without having to put any effort into writing something. All you need is for your <p> element to include at least the first few words from the kitty ipsum text defined above.

1 Like

Create a paragraph using the p element and include the first few words of the “Kitty ipsum text” which is the placeholder text included in the description “kitty ipsum is a play on the idea of lorem ipsum…” Don’t forget to close the paragraph element.