Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:
Describe your issue in detail here. I’m obviously new at coding but don’t seem to understand the problem with my

line. The hint says I need a (/) after the < quotation. Can someone explain what is wrong with it

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2> 
  <p>Click here to view more cat photos.</P>

</body>
</html>
  **Your browser information:**

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

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

Link to the challenge:

Capitalization matters. P and p are different things here.

Ah I see, Thank you!

to use a p element with a capital you will need the opening and closing p to be a capital

<P></P>

No, that is wrong. Both should be lowercase.

yes, but are they not the same when capital?

They both should be lowercase.

yes, but if you want to use a captal p element yo will need the opening and closing to be a cap

…but you shouldn’t use a P…

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.