<h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<p>Hello Paragraph</p>
<ki>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretchin attack your ankles chase the red dot, hairball run catnip eat the grass sniff. </ki>
Please remember to always add a link to the challenge you’re struggling with, so people can reach for it easily and help you.Copy it and paste within the Hyperlink (4th icon above the editor when you write something). Like this: https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/fill-in-the-blank-with-placeholder-text
If that’s the challenge you need to copy the text you pasted here, below Hello Paragraph, within the paragraph tag, <.p><./p> (I added the dots as to make the tags visible).
ki is not a valid element name
you are asked to put the given text inside the p element, so between the <p> and </p> tags, replacing the Hello Paragraph text
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.