Learn HTML Forms by Building a Registration Form - Step 5

Tell us what’s happening:
“Your link element should be within your head element.” Why does it keep telling me this?

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="style.css">
  </head>

<!-- User Editable Region -->

  <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/114.0.21412.110 Safari/537.36 Avast/114.0.21412.110

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

Link to the challenge:

Directions say

href attribute with a value of styles.css .”

You have have style.css

I tried it with styles.css first, however, the code still did not pass. :confounded:

Whats that weird character you have on the top left of the img by the head element. It needs to be removed

1 Like

How did I not see that :ok_woman:t4:??!!! Thank you so much!!

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