Learn HTML Forms by Building a Registration Form - Step 4

Buen dia, me dice que esta mal la parte de titulo o meta :confused:

<!DOCTYPE html>
<html lang="en">
  <head>
    <title> registration form </title>
     <meta charset="UTF-8">
  </head>
  <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/108.0.0.0 Safari/537.36

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

Link to the challenge:

You have the wrong title.
It should be exactly this

Registration Form

Do not add any extra spaces also.

No es eso, ya lo probe con mayusculas y me fije los espacios

Please copy the full code again with the fixes you have done, here.

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Delete the space on the left of Registration
Delete the space on the right of Form

Muchas gracias, lo logramos :wink:

1 Like

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