Learn HTML Forms by Building a Registration Form - Step 5

Tell us what’s happening:
Likewise I am having the same problem as in the previous section on set 7 the link tag seems to be incorrect, but I’m not sure what to do at this point…

Your code so far

<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head>
    <meta charset="UTF-8">
    <title>Registration Form</title>
    <link rel-"stylesheet" href="styles.css">
  </head>

<!-- User Editable Region -->

  <body>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0

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

Link to the challenge:

The ‘rel’ should be equal to ‘stylesheet’. You have a typo here.

1 Like

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