Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <elementName>Click here to view more cat photos</elementName>
  </body>
</html>

Your browser information:

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

Challenge: Learn HTML by Building a Cat Photo App - Step 3

Link to the challenge:

hi there
<elementname> is not valid html
You need to replace the elementname with the actual name of the element you are working on. For eg. if the element is a paragraph, then you would use p as the name

Thanks! I literally know nothing about any of this and thought tonight I’d give it a go.

I wish you a good learning journey.
If you want, I posted something to help some of the newbies to HTML learn about elements and attributes here