Survey Form - Build a Survey Form

Tell us what’s happening:
Describe your issue in detail here. hello i am unable to have a preview of my work on the preview page

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>Survey Form</tittle>
    <link rel="stylesheet" href="styles.css" />
  </head>
  <body>
    <h1 id="title">Survey Form</h1>
    <p id="description">Please fill out the this form with the required information</p>
  </body>
</html>
/* file: styles.css */

Your browser information:

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

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

Hello! welcome to the forum. Have you tried resetting the lesson?

You have a spelling error here. Fix this and it will show

 <title>Survey Form</tittle>
1 Like

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