Link tag is just fine, but the system is not accepting it

Tell us what’s happening:
link tag is just fine, but the system is not accepting it
Your link element should be a self-closing element.

  **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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36

Challenge: Step 4

Link to the challenge:

This questions been going around for a little bit now, check this post :slightly_smiling_face:

1 Like

It’s a bug mentioned a few dozen times on this forum. The test is unnecessary strict and expects a / on the closing >

Thank you my friends, i am lazy to look for it as devs are lazy to fix the bug ;V

The devs are working on a fix but a pressing issue that was preventing people from using the entire curriculum somehow took priority over fixing one overly strict test.

1 Like

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