Survey Form - Build a Survey Form

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html>
<head>
	  <link rel="stylesheet" href="styles.css" />
</head>
<body>
  <h1>Survey form</h1>
  <p>please fill out the survey form</p>
  <form>Suvey form
    <input name="first name" name="last name" type="text">

  </form>
  </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/104.0.0.0 Safari/537.36

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

Hey there!
What issues do you have with this project?
It looks like you need to write more code to pass the tests.

oh, I thought it was a step by step situation like the lessons

Nope, it’s a little bit more complex than usual steps. Good luck with this!

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