Your code should have a link element. Registration Form

Tell us what’s happening:
Describe your issue in detail here.
Exercise: Registration Form. Step 4
I checked multiple times. I still don’t know what is causing the problem. It says “your code should have a link element.”

  **Your code so far**
<!DOCTYPE html>
<html>
<head>
  <title>Registration Form</title>
  <link rel="stylesheet" href="styles.css"/>
</head>
<body>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 4

Link to the challenge:

Your HTML is good. It passes for me. I think this may be a problem with using Safari. I know there are various tests that don’t pass with Safari and this may be one of them. I would recommend you use a different browser with FCC in order to avoid these issues.

1 Like

Thank you. I was using Google Chrome. But, i reload the page and submit it. and, it passed. Your comment helps. Thank you.

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