Sam72
April 6, 2024, 1:12pm
1
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.
Sam72
April 6, 2024, 1:20pm
3
ill try this now and get back to you. thanks
1 Like
Sam72
April 6, 2024, 1:17pm
4
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
Learn to Code — For Free
Ray13
April 6, 2024, 1:22pm
5
Please don’t duplicate your posts
Sam72
April 6, 2024, 1:23pm
6
I’m new to this so have some patience
Sam72
April 6, 2024, 1:18pm
7
Ray13
April 6, 2024, 1:20pm
8
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
Sam72
April 6, 2024, 1:31pm
10
<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
Ray13
April 6, 2024, 1:52pm
12
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>
Sam72:
charset:"UTF-8"
are you sure you assign a value to an attribute with :
?
Sam72
April 7, 2024, 2:06pm
14
Thanks for your help Cody. I got there in the end
Sam72
April 7, 2024, 2:07pm
15
Thanks for your help ilenia. I got there in the end
Sam72
April 7, 2024, 2:08pm
16
Thank Ray13 I eventually got it with your help
1 Like
Sam72
April 7, 2024, 2:08pm
17
Thanks JuniorQ I got it now
1 Like
system
Closed
October 7, 2024, 2:09am
18
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.