Step 4 Building a registration form. I can't pass this step and FCC give hint "Your link element should be a self-closing element." Can somebody help me please

<title>Registration Form</title>

<link rel="stylesheet" type="text/css" href="styles.css">
1 Like

Hi @AngelinaNguyen

This thing It can be tricky because if you did well -I did not check your code- the only problem it is the syntax they want for self-closing elements:

<self-closing element />

Remember that they put an space too after element’s name. I hope that helps.
Happy coding!

Thank you so much I pass this step.

1 Like

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