Making the link element a self closing element

Tell us what’s happening:
How do I make my link element a self closing element. I’ve tried but the code is still not passing through. Please help me your issue in detail here.

  **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 (Linux; Android 8.0.0; SM-G935U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Mobile Safari/537.36

Challenge: Step 4

Link to the challenge:

You will have to add a backslash before the > for self closing tags.
Even though the link tag will work without the / the tests require you to have one.

Edit: Solution removed

It’s good to know that you have solved the problem, but giving solutions will not help people develop their skills.

Thanks for informing. wasn,t aware.

Its not a problem because you have just started to know about the rules of the forum, just try not to do it again.

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