HTML Registration Form Step 4

Hello everyone!

What am I doing wrong and why I cannot pass this step?

The task is: “Add a title element to the head , and give your project a title of Registration Form . Also, nest a self-closing link element in the head element. Give it a rel attribute value of stylesheet and an href attribute value of styles.css .”

My code:

Registration Form ```
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Step 4

Link to the challenge:

Welcome!
I can’t see your code right now, I need it to help you

I see you used triple backticks, that’s cool but something went wrong and need to be edited in your post to make code visible

Hello! I’m also having problems with this step:

Add a title element to the head , and give your project a title of Registration Form . Also, nest a self-closing link element in the head element. Give it a rel attribute value of stylesheet and an href attribute value of styles.css .

Here is the code I wrote which was wrong:

<title>Registration Form</title>
<link rel="stylesheet" href="styles.css">

@PavelMyshov , is this what you wrote too?

Hi, that’s a common problem with this step.
In HTML sometimes you can write self-closing tags like below:

<link......./>

That slash is not required usually.
But for this step it is required.

Also.
If you have issue, feel free to create your own topic.
Though it’s cool that you found this one.

Thanks a million for the help! So just to clarify: is it generally better etiquette to always create my own topic if I have the same question?

I can say that new topic is more common practice as far as I know.
To clarify what’s better we need moderator’s opinion.

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