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>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device, initial scale=1.0">
  <link rel="stylesheet" href= "style.css">
  <title>freeCodeCamp Survey Form</title>
</head>
<body>
  <h1 id="Survey Form"><h1>
    <p id="Thank you for taking the time to help us improve the platform"></p>
    <form id="survey-form" <input name="freeCodeCamp Survey Form =""></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.5112.81 Safari/537.36 Edg/104.0.1293.54

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

  1. Inside the form element, you are required to enter your name in an input field that has an id of name and a type of text.
    im not sure if this is how i would write it out or if this even the write way

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