Issue with (New) Responsive Web Design step 4 registration form

Tell us what’s happening:
I cannot get past this step even though I believe I have done exactly what it wants. I have checked other resources and this is a correct way to add the style sheet. Is this a bug or am I missing something stupid?

  **Your code so far**

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

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36

Challenge: Step 4

Link to the challenge:

You will have to add a slash(/) before the closing >

1 Like

Thank you so much, since when was that a thing? I code sometimes in other things like VScode and it never needs that

1 Like

The link tag works fine without the slash also, but the tests are a bit too strict over here, you can continue using the link element in vscode without the slash, if you want

1 Like

Super helpful – thanks! I was stuck here for ages

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