Step 4 <title> Registration Form

Tell us what’s happening:
I cannot get pass all this, I’ve tried to reset it and it still won’t work.

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

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

Challenge: Step 4

Link to the challenge:

Helloo

Although the end slash for void elements is optional (here’s a discussion about it that might help you understand), freeCodeCamp apparently requires it in its lessons, so you should write the link tag with an end slash:

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

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