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>CatPhotoApp</h1>
  <elementname></h2>Cat Photos</h2>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36 Core/1.94.172.400 QQBrowser/11.1.5134.400

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

Link to the challenge:

Hello,
h2 element is working the same as h1
There is 2 problems here.

  1. delete
"<elementname>
  1. correct the opening tag of h2 element: you need to delete the “/” (you put a closing tag and you need first an opening tag).
1 Like

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