Learn HTML Forms by Building a Registration Form - Step 4

Tell us what’s happening: I do have a title element. The error is saying I don’t.
Describe your issue in detail here.

  **Your code so far**
<!DOCTYPE html>
<html>
<head
  <title> Registration Form
<link href="styles.css"
  stylesheet: rel></title>
</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/103.0.0.0 Safari/537.36

Challenge: Learn HTML Forms by Building a Registration Form - Step 4

Link to the challenge:

Both <title></title> and <link attribute=""> are separate elements.
Try writing them on their own lines!

1 Like

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