Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

My h3 element is missing an opening tag. Need help checking my code

Your code so far

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

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    <h3><p></h3>/

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

This step is not asking for an h3 element. It wants a p element with the text Everyone loves cute cats online! inside of it. Secondly slash characters go in front of a closing tag; not after.