Can't understand what i'm doing wrong

What am i doing wrong here?

(I put a space in the tags because with it post won’t show the code)

<!DOCTYPE html>
<html>
<head>
  <title>Registration Form < /title>
  <link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
</body>
</html>

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36

Challenge: Step 4

Link to the challenge:

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

1 Like

You have to add a slash(/). to the end of the link element.

you have to remove the space in the closing title tag.
also, you need to add (/ ) to the end of link just as self closing tags were written.
and also, write Registration Form. don’t give any space to the end.

Thanks for your replies, why do i have to add the “/” at the end of link? it isn’t shown in any example i’ve found

Its a problem with the tests, I think it is being corrected.

Always good practice to add the /> tag

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