Learn HTML Forms by Building a Registration Form - Step 5

This is a new lesson and I some how typed the right code but it doesn’t work.

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Registration Form</title>
  <link rel="stylesheet" href="./styles.css">
</head>
<body>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14816.99.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

The instruction just wants you to reference styles.css
(your method of referencing is assuming certain things that don’t apply about the environment)

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