Stuck in Step 4

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

I don’t get it it showing link should be self-closing but I have written it correctly!
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 (Windows NT 10.0; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0

Challenge: Step 4

Link to the challenge:

You are so close! Self closing tags end with />

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