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 Photo</h1>
    <h2>Cat photo</h2>
  <h6>Cat photo</h6>

    
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36

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

Link to the challenge:

hi there,

when you work on these problems, make sure you read the instructions very carefully and follow them precisely.

For eg. you have modified the h1 element’s text even though the exercise did not ask for that.
You also added an h6 element even though the exercise did not ask for that.
And your h2 element’s text does not match precisely the text that was requested by the exercise.

So keep that in mind and try to follow the steps exactly.

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