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>Cat Photos</h3>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 11; SM-A217F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Mobile Safari/537.36

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

Link to the challenge:

You don’t want to change any of the existing HTML. You only want to add one new HTML element. Restart the step to get the original HTML back. Then, use the return/enter key on your keyboard to create a new line below the h1 element and then add a new h2 element with the text “Cat Photos” in between the opening and closing tags.

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