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: