I have typed correct <link rel code dont know what is wrong?

Tell us what’s happening:
Describe 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 (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:

1 Like

Hi @babaanas1995

I think it is a tiny issue, problaly they just want the empty elements with this syntax:

<br />

Element ends with a white space and the / bar. I hope it helps.
Happy coding!

1 Like

Yeh! this was the issue there (/>) self closing tag.

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