Tell us what’s happening:
Describe your issue in detail here.
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
how?
**Your code so far**
/* file: index.html */
<h1>title</h1>
<p>description</p>
<form>
survay-form<input id="name" type="text" />
</form>
/* file: styles.css */
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Challenge: Survey Form - Build a Survey Form
Link to the challenge: