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

User Agent is: Mozilla/5.0 (Linux; Android 12; I2203) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Mobile Safari/537.36

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

Link to the challenge:

here is the correct format:

<!DOCTYPE html>
<html>
<body>
<h1> Cat Photos</h1>
</body>
</html>
1 Like

You cant forget the opening and closing tags

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