<h1> Cat Photos <h2>

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

  **Your code so far**
<html>
<body>
  <h2>Cat Photos</h1>
</body>
</html>
  **Your browser information:**

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

Challenge: Step 2

Link to the challenge:

Hi @olumayowafirs and welcome to the forum!

The starter code for this challenge was this h1 element:

<h1>CatPhotoApp</h1>

The instructions want you to add a h2 element below this h1 element (on the next line).
The text of the h2 element should be Cat Photos

The instructions do not ask you to change anything in the h1 element in the starter code.

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