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
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