Learn HTML Forms by Building a Registration Form - Step 5

Tell us what’s happening:

Describe your issue in detail here.
You should have one self-closing link element.

Your code so far

Registration Form
<!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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36

Challenge Information:

Learn HTML Forms by Building a Registration Form - Step 5

Hey
The code is supposed to pass ,try resetting the lesson and try again.

2 Likes

i tried that multiple times already unfortunately still not working ):

1 Like

Hello!

Some things you might try as your code appears to be correct.

  • Reset step
  • Refresh page (F5)
  • Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests.
  • If you are having problems, recommendation is to disable extensions that modify the content or layout of pages, while taking the course.
    • Try a different browser.

Keep up your good progress @rob907

2 Likes

trying a different browser worked thank you!

2 Likes

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