Learn HTML Forms by Building a Registration Form - Step 5

Can’t figure out what i’m doing wrong

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/112.0.0.0 Safari/537.36 Edg/112.0.1722.68

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

Link to the challenge:

Hello and welcome to our forum!

You should have styles.css not style.css

1 Like

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