Learn HTML Forms by Building a Registration Form - Step 5

so in step 5 I did the right code but it doesnt seem to let me in the next lesson:
Describe your issue in detail here.

Registration Form
<!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 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36

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

Link to the challenge:

pls help me anyone alright bro

You have to link the html file to the styles.css. In your code this file has been called differently.

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