Problems with link tag in the registration form

Tell us what’s happening:
I’m currently working on the third (I think) assignment of the front end developer path - creating a form for the visitors to fill in their information. Now every time I submit the code there’s an error which states that my link-tag should be self-enclosing. I already deleted the whole code and retyped it again, but it still doesn’t work. On MDN I couldn’t find anything. Is there something wrong with freecodecamp or do I miss something?

Thank you, Carlo.

  **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:**

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

Challenge: Step 4

Link to the challenge:

Hey, try adding link like

the / helps while closing the link

oh damn… just figured it out and hoped nobody would see it before I delete it haha! thank you very much for your answer!

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