Can't go past this challenge, I'm not sure what I'm doing wrong?

I can’t go past this one challenge and I don?t understand what I’m doing wrong. It says this when I submit my code ( but my link is self closing?):

Test

Sorry, your code does not pass. Keep trying.

Hint

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>

Challenge: Step 4

Link to the challenge:

You don’t need commas, space is enough. Here’s how you self-close a tag:
<elem />

1 Like

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