Build a Survey Form Preview Window

Tell us what’s happening:

Hi, my preview window isnt working. Is it not meant to be or is my code totally wrong that nothing’s coming up? Ive tried other things ive read on the forums like pressing spacebar to reset it, but nothing is working. Ive also tried it in other browsers.

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
  <html lang="en">
  <head>
    <meta charset="utf-8">
    <title> Exercise with Tom<title>
    <link rel="stylesheet" href="styles.css">
  </head>
  <body>
    <h1 id="title">Do you want to exercise with Tom?</h1>
    <p id="description">Hello there!</P>
    <form id="survery-form">
      <fieldset>
      <label for="name">Enter your name here:<input id="text" required></label>
      </fieldset>
    </form>
    </body>
  </html>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0

Challenge Information:

Survey Form - Build a Survey Form

Check this again very closely.

Hahaha, oh dear…thank you :sweat_smile:

1 Like

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