I don't know whats wrong with my code

Tell us what’s happening:
Describe your issue in detail here.
Anybody help me please?

  **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 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36

Challenge: Step 4

Link to the challenge:

The link element has to be self closing so I think yo u can find the mistake you are making in your code.

The link element should be self closing so you need to include “/” before closing the link element.

1 Like

The seems sensitive here, you need a /> at the end of your link

1 Like

Thanks for your help

Thanks for your help!

1 Like

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