Learn HTML Forms by Building a Registration Form STEP5

I was struggling with this lesson for a couple of days, I don’t know why but every warning is saying me that ’ Your sample element should be inside your head element.’ And that’s not even the problem. It confuses me and I can’t see the actual problem. Now in step 5, I met the same problem again.

 <head>
    <meta charset="UTF-8">
    <title>Registration Form</title>
    <link rel="stylesheet" href="styles.css">
  </head>

And the warning is ‘‘Your link element should be inside your head element.’’.

Please post a link to the step.

Here:
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-forms-by-building-a-registration-form/step-5

Your solution works from my end. Please try one of the following steps to move forward.

Click on the “Reset” step button and force a refresh of your page with CTRL + F5 if you’re on Windows then try to paste the code in again. On other systems, please follow the instructions here.

or - Try the step in incognito or private mode.

or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

or - Ensure your browser is up-to-date or try a different browser.

or - Turn off high contrast themes on Windows (from accessibility settings menu)

I hope one of these will work for you.