The h1 to h6 heading elements are used to signify the importance of content below them. The lower the number, the higher the importance, so h2 elements have les

Hey guys kindly help me here, i’m having difficulties understanding this

<html>
<body>
  <h2>Cat Photos </h2>
</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

Challenge: Step 2

Link to the challenge:

You added the h2 element correctly except you have an extra space in there (but I don’t think that will keep you from passing the test). The main problem is that you removed the h1 element when you weren’t asked to. Only do exactly what the instructions ask. Changing something that you weren’t asked to will often result in the test failing.

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