Learn HTML Forms by Building a Registration Form - Step 4

Tell us what’s happening:

I have tried so many options on this code but without success

Your code so far

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

<!-- User Editable Region -->

  <head>
  <title> </title "Registration Form">
  
     <meta charset:"UTF-8"></meta>
 </head>

<!-- User Editable Region -->

  <body>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15

Challenge Information:

Learn HTML Forms by Building a Registration Form - Step 4

Hi,

the text of the title comes between the opening and closing title tags.

And meta tag is self-closing. you don’t need to close it there. Also try using “=” instead of " : " when assigning attributes or values in your tag.

EDIT: I mentioned that the meta tag is self-closing, but it is still valid to close it. You don’t have to, but if you do, your code is still ok.

ill try this now and get back to you. thanks

1 Like

Tell us what’s happening:

I have tried so many options on this code. could someone help

Your code so far

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

<!-- User Editable Region -->

  <head>
  <title> </title "Registration Form">
  
     <meta charset:"UTF-8"></meta>
 </head>

<!-- User Editable Region -->

  <body>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15

Challenge Information:

Learn HTML Forms by Building a Registration Form - Step 4

Please don’t duplicate your posts

I’m new to this so have some patience

Continuing the discussion from Learn HTML Forms by Building a Registration Form - Step 4:

Hi there! So wassup? Explain your situation and share your code, pls

Hi,
I think our fellow coder shared his problem on another post.

1 Like

<title "Registration Form" ></title >

@Sam72 I have unlisted and closed all your other topics. If you have questions about the same challenge you need to ask them in the same topic (here) that you already created. Please do not continue to make duplicate topics

You can share your new code here and explain in words on what problems you are facing

Well, look carefully at the instructions:

a title of Registration Form

As you see, no quotes are required

Remove the spaces around, they are not necessary.

And the most important thing, put it inside title tags:
<title>Text</title>

are you sure you assign a value to an attribute with :?

Thanks for your help Cody. I got there in the end

Thanks for your help ilenia. I got there in the end

Thank Ray13 I eventually got it with your help

1 Like

Thanks JuniorQ I got it now

1 Like