Learn HTML Forms by Building a Registration Form - Step 4

umm tell me what I am doing wrong please? looks right to me good gosh

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset:"UTF-8">
    <title>Registration Form
      </title>
    
  </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/106.0.0.0 Safari/537.36

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

Link to the challenge:

Add a title and a meta element to the head . Give your project a title of Registration Form , and give a charset attribute with a value of UTF-8 to your meta element.

also tried this

Registration Form

changed the colon on the charset to an = but still don’t work

keeps saying on the tip add a title Registration Form… am I missing something here?

Try to delete space between Form and /title.

1 Like

I got it to work I moved the closing title element on the same line as the beginning instead of the line below but thank you so much

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