Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

I am falling to code in the p element the one that is being asked on 5

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    <p Everyone loves cats online ="red text">


<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

Hi @hampwayan,

Welcome to the forum! :partying_face:

You forgot to add a closing p tag. Also, remove the “red text” you added, because the direction is not looking for it. Put the text Everyone loves cats online inside those p tags.