Bug on HTML Forms

Hey guys! So it keeps telling me i’ve got the link element wrong. Anyone else got this bug and maybe knows when it’ll be fixed?

  **Your code so far**
<!DOCTYPE html>
<html>
<head>
  <title>Registration Form</title>
  <link rel="stylesheet" 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.0.0 Safari/537.36

Challenge: Step 4

Link to the challenge:

May it will be style.css please check your style.css or styles.css.

You need to close your link tag like /> for this challenge to work

1 Like

Random guessing isn’t helpful. styles is correct. style is not.

This challenge is expecting a / at the end of the link tag.

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