Tell us what’s happening:
What is wrong with my p element? I copied the text from the instructions into the code and I know I wrote the element correctly (it’s kind of hard to type p wrong).
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Hotel Feedback Form</title>
</head>
<!-- User Editable Region -->
<body>
<header><h1>Hotel Feedback Form</h1></header>
<p>Thank you for staying with us. Please provide feedback on your recent stay.</p>
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36
Challenge Information:
Build a Hotel Feedback Form - Step 1