Learn HTML Forms by Building a Registration Form - Step 5

Tell us what’s happening:

Can somebody tells me that “where is the problem is?”
Please don’t say add ‘/’ end without tryind. if it is works, then write here an example.
It says : You should have one self-closing link element.
Thanks.

Your code so far

<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

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

<!-- User Editable Region -->

  <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/121.0.0.0 Safari/537.36

Challenge Information:

Learn HTML Forms by Building a Registration Form - Step 5

Your link tag is correct, but not according to the challenge instructions. You should remove / .

Hi! Your code is corrrect, even with this slash in the end of the line />

I also delete slash and tried. Unfortunately same result :confused:. I skip that part. Thanks to all anyway.

In this case cleaning cookies and cache is useful too, or trying to complete task from another browser.

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