Your opening head tag should come before the closing head tag error.
I cannot get this error to go away even though I have below code. Can someone please help.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Feedback form for a Hotel">
<title>Hotel Feedback Form</title>
</head>
Your code so far
WARNING
The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.
You will need to take an additional step here so the code you wrote presents in an easy to read format.
Please copy/paste all the editor code showing in the challenge from where you just linked.
Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0
You have added more code than the instructions ask. I suggest you reset the step and try again. Only add what is asked. Don’t delete any existing code.
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.
If you put the following code into step 1 then it would fail. Nothing for the devs to fix here. Reset the step and try again. Don’t add extra code and only add exactly what was asked. It should be clearer to you if you reset the step. It won’t affect your progress on the other steps.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Feedback form for a Hotel">
<title>Hotel Feedback Form</title>
</head>
Please i’m new here and i’m lost with regards to creation of the hotel feedback form. Is there any template form i can look for to design the form please?
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.
The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.