Help me identify the mistake here, I've nested a self closing link element with the required attributes but the code wont go throughg

Tell us what’s happening:
Describe your issue in detail here.

  **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/103.0.0.0 Safari/537.36

Challenge: Step 4

Link to the challenge:

Try to add slash right before the closing bracket. It is usually not required, but for this step it does.

This is what I get when I do that

I didn’t understand, sorry.

Sorry for that previous reply, anyway your advice have helped me alot to pass the step, thanks.
Anyway am just wondering why the slash /(/) before > now yet it never did apply in other projects

As far as I figured from forum, this challenge step is in the process of being fixed, because this slash is confusing.

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