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: