Showing Error for no reason

Tell us what’s happening:
Describe your issue in detail here.
I can’t pass this lesson , I don’t know what wrong am I doing .

  **Your code so far**
<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" type="text/css" href="styles.css"/>
  <title> Registration Form </title>
</head>
<body>
</body>
</html>
  **Your browser information:**

Challenge: Step 4

Link to the challenge:

Hey there! Welcome to the forums! :wave: :slightly_smiling_face:

Took me a moment on this one. It looks like the lesson wants you to remove extra whitespace from your <title>:

<title> Registration Form </title>
        \               /  
         here  and  here

Though I’m not sure why. To the best of my knowledge, it shouldn’t make a difference in apearence.

At first it was still that show error. Then I give space there. Thanks…

Thanks for help… I find the Solution…

1 Like

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