Self Closing Tag

I’m not sure why this error is keep happening even though I have a self closing tag for “link” 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>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36

Challenge: Step 4

Link to the challenge:

I actually just answered this question else where! :smile:

Check this post:

2 Likes

Yeah , right! I think there is a bug in the server that’s why it is not taking the element as it is which is correct. In the meantime, I’ll try your solution ! I hope this works! :star_struck:

1 Like

Wow!!! It worked. Thank buddy.

1 Like

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