How can i solve this 2nd step

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
<html>
<body>
  <h1> Cat Photos </h1>
  <h2> Cat Photos </h2>


  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 10; itel L6502) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.181 Mobile Safari/537.36

Challenge: Step 2

Link to the challenge:

Hi @m.zohaib_mateen
A couple things are wrong here. It appears you’ve changed the text inside the h1 element and the instructions do not ask you to edit that element. Also, your h2 elements tags are correct but the text inside them is not. Anything you put inbetween the opening and closing tags is displayed EXACTLY as typed. this means any extra spaces will cause the test to fail

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