Build a Hotel Feedback Form - Step 1

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

Welcome to the forum @wonkybuddy

Double check where the ‘p’ element goes.

Happy coding

:disappointed_face: Thank you, I’m not the most observant at times

Also, love your profile picture!

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.