Survey Form - Build a Survey Form

I cannot see preview of what i have been coding in my survey form challenge, help please.

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head> <title>Survey Form</tilte> <meta charset="UFT-8"></meta> 
  <link rel="stylesheet" href="styles.css"> </link> </head>
<body> 
  <h1>Survey Form</h1>
  <p>Thank you for taking time to fill this survey.</p>
  <form action="https://register-demo.freecodecamp.org"></form>
</body>
</html>


/* file: styles.css */
body{ width: 100%;
height: 100vh;
margin: 0;
background-color: #1b1b32;
color: #f5f6f7;}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

You mixed up the spelling on that a little. Fix it and you should see your page in the preview.

alright, thank you so much. did that and i can see it now

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