Html learning form

Hi all,

I’m having issues (or I’m just blind :clown_face:) with placing a self-closing link…

Here is what it’s asking for:

" 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 . "

I can’t see why it’s keep showing me a mistake, saying:
" Your link element should be a self-closing element. "

Isn’t that a self-closing one?

I’ll appreciate any help, thank you :slight_smile:

  **Your code so far**
<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" type="text/css" href="styles.css">
  <title>Registration Form</title>
</head>
<body>
</body>
</html>
  **Your browser information:**

Challenge: Step 4

Link to the challenge:

a self closing link is like <link />

1 Like

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