Learn HTML by Building a Cat Photo App - Step 2

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

  **Your code so far**
<html>
<body>
  <h1>CatPhotosApp</h2>
  <h2>Cat Photos</h2>

</body>
</html>

Im beyond frustrated and this is just lesson 2!!
I also tried:

CatPhotos

CatPhotoApp

but none work!! TIA
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15

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

Link to the challenge:

Try to understand the patterns used in the syntax.

So far you learned how to create normal html elements. Such as html, body etc.
In your code each one of these normal elements has an opening tag matched up to a closing tag.
Except for one. The opening tag that doesn’t have a matching closing tag is the reason for your problems.

Just find the mismatch and fix it then you should be good.

1 Like

Tks I found the solution. After that so far everything are been fine.

1 Like

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