I dunno how make this, i so confused

i make alot challenge and dunno how make this, or is a bug or my !ERROR
 plz help me
<!DOCTYPE html>
<html>
<head>
  
  <title>Registration Form</title>
  <link rel="stylesheet" type="text/css" 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/102.0.0.0 Safari/537.36

Challenge: Step 4

Link to the challenge:

Your question is not clear. What do you want to make? Explain.

1 Like

step 4: 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 , a type attribute value of text/css , and an href attribute value of styles.css .

Registration Form ## Test

Sorry, your code does not pass. You’re getting there.

Hint

Your link element should be a self-closing element.

Looks ok to me.

<link rel="stylesheet" type="text/css" href="mystyle.css">

Thx, me too, i dont see the error in code or syntax i cant continue :smiling_face_with_tear:

Add backslash / at the end sorry

<link rel="stylesheet" type="text/css" href="mystyle.css" />
2 Likes

For the self closing.

1 Like

thx so much, allways learn any new :star_struck:

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