Tell us what’s happening:
I’m getting an error telling me that my title has a spelling error. I copied the title directly between the tags and typed the title various ways. All the spacing seems correct and I have a proper closing tag.
Can anyone see what I’m doing wrong?
Your code so far
<!DOCTYPE html>
<html lang="en">
<!-- User Editable Region -->
<head>
<meta charset="UTF-8"
<title>Hotel Feedback Form</title>
</head>
<!-- User Editable Region -->
</html>
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
Challenge Information:
Build a Hotel Feedback Form - Step 2