Learn HTML Forms by Building a Registration Form - Step 5

Tell us what’s happening:
Describe your issue in detail here.
I have to create a self-closing link element with a rel and href attribute but I have rewritten the code like 100 times ( i kid u not) and have looked up how to write a self-closing link but I still can’t figure it out. Please help me I’m going crazy.

  **Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Registration Form</title>
  <link rel="stylesheet" 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/105.0.0.0 Safari/537.36

Challenge: Learn HTML Forms by Building a Registration Form - Step 5

Link to the challenge:

Hey!

Turns out you don’t have to go crazy for this challenge :joy:. I tried to run your code on my computer and all of the tests seem to pass for me.

Please ensure that you have disabled any extensions that interface with the freeCodeCamp website (such as Dark Mode and Ad Blocker), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

1 Like

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