Learn HTML Forms by Building a Registration Form - Step 4

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head>
    <title> Registration Form </title>
    <meta charset="UTF-8">
  </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

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

Link to the challenge:

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

the code does not pass i dont know why

It does not pass because its not correct.

But that’s not really a specific answer to your question. Its hard to learn, but it really helps if you try to explain what problem specifically you are having. It makes it much easier to help you.


The hint says

Your project should have a title of Registration Form.

Your title does not exactly, precisely, character for character match the requirement. Every letter and space needs to exactly, 100% match the given text. You added two extra spaces to your title.

It might have something to do with the spaces you left around your title. It can help to just copy the title directly from the challenge and paste it. Hope that helps :slight_smile:

it works thank you the code pass

1 Like

thank you i fix it and it works