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/108.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 3
Link to the challenge:
Read the instruction thoroughly where it said,
Create a p
element below your h2
element
hello and welcome to fcc forum 
lets read from instructions
Create a p
element below your h2
element
your attempt, didnt mention Which Element, and html doesnt know any Element called “elementName”, but would be a very nice name for a variable though 
anyways, address that change as its pointed out about replacing with proper HTML Elment name as its asked in instructions in your code, and it should be alright, happy learning 