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>I don't understand what to do<html/>
<body>
  <h1>CatPhotoApp</h1>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; DUB-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.101 Mobile Safari/537.36

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

Link to the challenge:

Hi,
First you need to delete this:

I don't understand what to do<html/>

cat photo app step 2:" Below the h1 element, add an h2 element with this text:"

You go under h1 element and you just add below on a new line a h2 element (opening and closing tag) with the text " Cat Photos".
And then you submit your code.

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