Survey Form - Build a Survey Form

what should i use has my id name :
.

Your code so far

/* file: index.html */
<h1 id="title">Survey Form</h1>
<p id="description">survey-form</p>
<form id ="survey-form"></form>
<input id="survey-form"></input>
/* 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:

Hello ,
Please share your code completely to help you, always try to explain the issue, Learning to describe problems is hard, but it is an important part of learning how to code.

<h1 id="title">Survey Form</h1>

<p id="description">survey-form</p>

<form id ="survey-form"><input id="email" select="dropdown"</form>

<input id="name" type="text" id="number">

Dear @JeremyLT
Your kind help is needed here !

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

: Your #name should require input.

  1. Inside the form element, you are required to enter your email in an input field that has an id of email.

Your code so far

/* file: index.html */
<h1 id="title">Survey Form</h1>
<p id="description">survey-form</p>
<form id="survey-form"><input id="email"</form>
<input id="name" type="text">
/* 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:

the part i was told my name should require input, that why i’m trying to get

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