How do I pass this level

I’m trying to get to the next level but I can’t figure out what I am missing.

Your code so far


<h1>Hello World</h1>
<h2>Cat Photo App</h2>
<h3>Kitty ipsum text

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.0.0; SM-J737P Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36.

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

Your p element should contain the first few words of the provided kitty ipsum text

Insert the requested text ‘kitty ipsum text’ within the starting

and ending tag

that define a paragraph element. To know more about the properties and how to use html elements use the mdn documentation it’s useful tool
1 Like