Self closing link element

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

for some reason it says that my link element should be self closing, but i dont see why, i tried rearranging, retyping the code, nothing worked and it all gave the same error, im clue less now as to what could be wrong

  **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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36

Challenge: Step 4

Link to the challenge:

For a self closing element you need to close the element with (/>).

it diddnt need that before? maybe i somehow forgot… that worked but i dont really remember that being a thing

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